Viewing 15 posts - 46 through 60 (of 107 total)
What procedure do u execute when this error occurs, can u please provide some more information?
Cheers,
Satnam
January 24, 2011 at 11:09 pm
Why not use the IF EXISTS
Satnam
January 24, 2011 at 11:00 pm
By replication scripts, it means that it is the backup of your replication.
January 24, 2011 at 10:29 pm
Thanks for that.
Ideally the replication information is stored in the distribution database ie information regarding publishers, subscribers and so on. Therefore restoring the publisher database again will not be able...
January 24, 2011 at 10:12 pm
Has the database backup which u r talking to restore been taken after the replication is set?
Satnam
January 24, 2011 at 9:50 pm
First of all let me tell u that u need to connect to SQL Server Management Studio using sa login credentials to accomplish this task.
Now consider an example wherein u...
January 24, 2011 at 3:17 am
On the subscriber,Just check whether the login through which you are trying to connect to SQL Server Management Studio has access to the database.
Satnam
January 24, 2011 at 2:53 am
If u are talking about tracking DML changes been made on the table then i would do the following:
I would have introduced columns named created_date, modified_date in the table. First...
January 24, 2011 at 2:08 am
Can u please let me know which method are u using to import the file into database.
Also what type of rights does the user have on the system as well...
January 24, 2011 at 12:02 am
In order to be a good DBA practice the following:
1. Practice T-SQL. A good DBA is the one whose T-SQL knowledge is good.
2. Read Books Online.
3. Read the articles on...
January 23, 2011 at 10:29 pm
Books Online will be the best to answer this question.
Satnam
January 23, 2011 at 10:19 pm
I believe that you can use the OPENROWSET function to accomplish this task.
Satnam
January 23, 2011 at 9:18 pm
Gangadhar,
Whenever you design a table always keep two columns named created_date and modified_date. Whenever a record is inserted into a table then created_date and modified_date will be getdate(). However when...
January 23, 2011 at 9:12 pm
James,
Sometimes the subscribers goes out of sync due to which we have to re-initialize it. In most cases due to some issues with the n/w it takes a long time...
January 23, 2011 at 8:51 pm
Whenever u save the DTS package as SQL Server a job gets created automatically for it. Once that job gets created then u can schedule it as per your convenience.To...
January 21, 2011 at 2:28 am
Viewing 15 posts - 46 through 60 (of 107 total)