Viewing 15 posts - 331 through 345 (of 387 total)
September 8, 2005 at 10:52 am
Yes you can, you can tell the difference by opening up books online. sp3a updates books online and I believe it tells you it is the updated version. With regard...
August 31, 2005 at 2:26 pm
Without seeing your schema I am just guesing, but try and create a physical table and run the code. It could be the sp is recompiling because of the temp...
August 26, 2005 at 4:14 pm
After banging my head against the wall I have the good luck to look at this post http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&messageid=213518 from bnye.home.att.net who gives me the last...
August 24, 2005 at 7:26 pm
Thanks for the reply, I already have a job that does the after the fact analysis. What I am looking for is to find a job running over its usual...
August 24, 2005 at 10:25 am
what size is the model database, if its set to a large size all new bases will be this size on creation. I believe the temdb is also re-craeted using...
August 22, 2005 at 1:50 pm
August 18, 2005 at 3:46 pm
have a look on sqldts.com on using ini files to make the connections, there was also an article on this site.
August 18, 2005 at 2:43 pm
I don't think its a PK issue on the actual replicated tabeles but a bug that is described in this KB article:
http://support.microsoft.com/default.aspx?scid=kb;en-us;813494
August 15, 2005 at 9:40 am
Do you have different collations on these databases? If so maybe its a case issue
August 11, 2005 at 9:04 am
there was a script posted http://www.databasejournal.com/features/mssql/article.php/3517766
that should give you what you want
August 10, 2005 at 3:39 pm
If you query sysservers you should see an entry for your server, but it probably does not have a svrid of 0 so it wont show up as local server
if...
August 10, 2005 at 9:25 am
when you add the server remember to use the local paramater
sp_addserver 'yourserver', 'local'
without this you simply add a new server and you will still get null from @@servername, also is...
August 10, 2005 at 9:11 am
Have you thought about using log shipping?
August 4, 2005 at 3:48 pm
Viewing 15 posts - 331 through 345 (of 387 total)