Viewing 15 posts - 181 through 195 (of 1,098 total)
With the above help you can. But if you have setted up replication, then I would suggest to reinstall SQL, because it can get bad configured.
April 16, 2004 at 1:44 pm
From the distributor, you must specify wich are the publisher that uses that distributor.
You can do it from EM, in the properties of Replication.
April 16, 2004 at 1:42 pm
You have the option available from the publication properties. It is a parameter of the publicacion, not the subscriptions. Wich means all subscriptions on anyone.
In the sp_AddPublicacion sp in the...
April 15, 2004 at 9:42 am
Run KILL spid WITH STATUSONLY from QA. If the rollback process is 100% complete and 0 seconds remaining, then it means that it won't rollback and you will have to...
April 15, 2004 at 9:17 am
Please, before posting possible solutions, check microsft link in my first post.
I have created the indexed views with the options sets to ON and didn't work. Now I have change...
April 15, 2004 at 9:12 am
Try this:
restore VERIFYONLY FROM [YourBackupDevice]
April 15, 2004 at 7:38 am
Multi Server Jobs, won't run in the master server. It is only for target servers.
To un a job in the master server, you must create it in local jobs.
April 15, 2004 at 6:33 am
Did you try restarting the SQL service, not just the agent?
April 14, 2004 at 2:03 pm
The fastest way to transfer data is to bcp out and then bulk insert in.
Before bulk insert, you must create the destination table.
To BCP you can use the -N parameter...
April 13, 2004 at 7:14 am
Run sp_helppublication and check the compress_snapshot column to be sure that the option is right.
I also use Do not lock tables during snapshot generation... and it works find for...
April 7, 2004 at 8:19 am
You could use checksum function to compare both data.
If the numbers returned are different, then changes where made.
April 2, 2004 at 2:13 pm
You can try this:
SELECT COUNT(*) FROM (SELECT DISTINCT FieldA FROM TableA) AS A
April 1, 2004 at 1:47 pm
Viewing 15 posts - 181 through 195 (of 1,098 total)