Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ProBani
  • Content: Threads
  • Order by date
  1. ProBani

    Crystl32.ocx with vb .net ?

    Hi all, I've created the report with Seagate crystal reports with the source to the database through a stored procedure (with ODBC). The stored procedure contains input parameter that I want to sent it to this report from .Net through Crystal report Control Crystl32.ocx. I installed this...
  2. ProBani

    Crystl32.ocx with vb .net

    Hi all, I've created the report with Seagate crystal reports with the source to the database through a stored procedure (with ODBC). The stored procedure contains input parameter that I want to sent it to this report from .Net through Crystal report Control Crystl32.ocx. I installed this...
  3. ProBani

    Crystl32.ocx with vb .net

    Hi all, I've created the report with Seagate crystal reports with the source to the database through a stored procedure (with ODBC). The stored procedure contains input parameter that I want to sent it to this report from .Net through Crystal report Control Crystl32.ocx. I installed this...
  4. ProBani

    Crystl32.ocx with vb .net

    Hi all, I've created the report with Seagate crystal reports with the source to the database through a stored procedure (with ODBC). The stored procedure contains input parameter that I want to sent it to this report from .Net through Crystal report Control Crystl32.ocx. I installed this...
  5. ProBani

    Transaction Log Cannot Be Truncated Nor Shrinked

    Hi all, I can not shrink my log, because error "The log was not truncated because records at the beginning of the log are pending replication. Ensure the Log Reader Agent is running or use sp_repldone to mark transactions as distributed." I do not have replication right now, I have disabled...
  6. ProBani

    company for data recovery

    Hi all, I have one informtaive question - does somebody knows a good IT company who is able to recover corrupted database by sending corrupted MDF & LDF files. We tried through MSSQL Server Data Recovery but only 65% we have recovered. Database is corrupted seems to be overwriten while we...
  7. ProBani

    restoring database over another one

    Hello all, accidentaly I 've tried to restore the databse over existing one. I tried to stop after some moments, but the database now has Loading satus, and when I checked the folder wher databse was stored - the mdf and ldf files for this database disappeared! Can somebody explain what...
  8. ProBani

    Foreign keys with NFR

    Hi all, I want to change the actual structure of FK constraints, and I have 300 tables. In order to implement replication with PK on subscriber I have to change the option into NOT FOR REPLICATION. With this query I can view tables that to not have this option enabled. select table_name...
  9. ProBani

    recreating jobs after formatting the machine

    Hello there, I have a lot of jobs in my database server and we want to format the server and re-install win3k in this machine. How can the jos be re-created after re-installing the win3k in this machine. I tried through Genenerate SQL script for JOB, but i think this is not working. maybe...
  10. ProBani

    detach database while being replicated

    Hello guys, I have my database file mdf in one disk which doesn't have that much free space, so I want to put this file into another disk (E:). But the database is being replicated, how can I do this? Replication to doesn't be affected and move the data file into the drive where I have much...
  11. ProBani

    replication problem

    hello there, I'm replicating branch databases into HQ, so for all articles I left default options. Then when I checked in subscriber the table structure I saw that referencial intergrity is not reflected (no primary key and foreign keys !!!), only indexes are created. So what I should do is to...
  12. ProBani

    What I thought for replication ...

    hello there, I'm replicating branch databases into HQ, so for all articles I left default options. Then when I checked in subscriber the table structure I saw that referencial intergrity is not reflected (no primary key and foreign keys !!!), only indexes are created. So what I should do is to...
  13. ProBani

    advanced backup

    Hi everybody, how is possible to backup database on different files by date, I mean to be created everyday on scheduled basis bak files by date - bckpmydb08052005.bak;bckpmydb08062005.bak ... I mean not to be appended or overwrited, but each file everyday (everyday toi be created ne file)...
  14. ProBani

    redirect from http to https

    Hello, for the security reasons we have installed certificate on ISS and we want to go users through https. The thing is that they can access the page even through http. Let's say http://mydomain.com to redirect into https://mydomain.com. I tried using meta http-equiv="refresh", but it loops...
  15. ProBani

    The subscription(s) have been marked inactive and must be reinitial.

    Hello, my replication stopped for some days, because of some problems in the Windows 2003 server communication. After this issue was solved, I'm getting the messsage in the subscriber "The subscription(s) have been marked inactive ..." The Snapshot I created at the beginning and it worked for 2...
  16. ProBani

    General network error - transactional replication

    Hello, we are using windows 2003 servers on the branches and we have good links 1Mbit/s. I have configured Transactional replication in order branches to replicate in HQ. It is happening very often that we are not able to access these servers with Remote Desktop and SQL Server Enterprise...
  17. ProBani

    managing replication

    hi all, I want to enable replication between to servers A and B, A - is publisher/ditributor and B - is subsriber. The thing is that the online database is located in the server A. So, a don't want to replicate everrything on the server B, because I want to make the last backup from server A...
  18. ProBani

    opening new window from asp .net

    Dear all, I'm calling another window as a popup from asp.net with javascript function, but the thing is that is doing postback through LinkButton: LinkButton1.Attributes.Add("onClick", "hape('displ_descr.aspx?par=" & Label2.Text & "');") How can I pass the parameter PAR from javascript not...
  19. ProBani

    getting yesterday's date

    Hello there, in vb.net (it is actually web application) I would like to perform condition based on if actual selected date by user is yeserday's date or no? this the code : ------------------------------------------------------- Dim date1 As New Date date1 =...
  20. ProBani

    accessing registry with vb6

    hello there, I want to access registry and to assign permission to a domain user domain_name\start.sql into this regisrty keys: 1.HKEY_LOCAL_MACHINE\Software\Microsoft\MSSQLServer 2.HKEY_LOCAL_MACHINE\System\CurrentControlset\Services\MSSQLServer 3.HKEY_LOCAL_MACHINE\Software\Microsoft\Windows...

Part and Inventory Search

Back
Top