Viewing 15 posts - 196 through 210 (of 271 total)
I think the one thing missing in this discussion is that although when used for the correct purposes CLR integration will prove addition to sql server it still falls foul...
July 20, 2005 at 3:34 pm
No your not missing anything I'm in the UK and keep having problems with VS deciding to go all US on me for no reason.
Just assumed you might have had...
July 5, 2005 at 2:23 pm
sp_resetstatus database_name
this should reset the status of the database and allow you to delete it
hth
Dave
July 5, 2005 at 2:17 pm
I have had this problem as well I find if I explicity cast the datetime parameter into the format I wnat i.e. not US tehn it alwasy works fine.
I don't...
July 5, 2005 at 2:06 pm
The database will show a still loading in EM beacuse the SQL Server was unable to complete the restore operation due to the alck of space.
If first ensure that you...
July 5, 2005 at 2:00 pm
I also have this problem and it is solved on my test server which has sp2 so the answer is to apply sp2.
June 16, 2005 at 5:13 pm
If you've just set up sql mail then I had the same problem some time ago. Basically you just have to restatrt the sql server agent once you've set up...
June 16, 2005 at 4:59 pm
The reason he/she is doing this because they are equating the performance gains that they can get by splitting the table and indexes onto different tablespaces in db2 to filegroups...
June 14, 2005 at 3:00 pm
If it is parameter sniffing then there is another very useful article on this by Ken Henderson at
http://blogs.msdn.com/khen1234/archive/2005/06/02/424228.aspx
hth
Dave
June 9, 2005 at 1:44 pm
I saw a good solution to this problem on Ken henderson blog
http://blogs.msdn.com/khen1234/default.aspx
which suggest a way of ensuring the correct plan is kept and avoids having to run it every minute.
regards
David...
June 8, 2005 at 5:37 pm
There is actually two scripts one dictionaires and one for stored procedures.
hth
David
May 31, 2005 at 3:08 pm
Did you run the sql script that comes with the reports this adds a lot of extra objects into the repository database for use with the reports?
May 31, 2005 at 3:05 pm
I'm not actually writing scripts for deployment but so that I can extract management information from the servers and display them as reports.
One of the most popular examples is...
May 31, 2005 at 2:49 pm
I thought i would reply to my own request since I have solved it.
Its dead easy just write a few windows scripts get them to put the info into the...
May 30, 2005 at 1:58 pm
Better late than never eh!
I just had a similar issue.
Although from the documentation I didn't think I would need to configure the unattended execution account as soon as I did...
May 26, 2005 at 12:25 am
Viewing 15 posts - 196 through 210 (of 271 total)