Viewing 15 posts - 6,436 through 6,450 (of 7,168 total)
Jason-299789 (5/13/2011)
However they then go and grant the built in SA sql user db_owner rights to every database.Go figure.....
I figure you should get your money back! Anyone "managing" the...
May 13, 2011 at 7:07 am
Yeah...that's what I was hoping not to hear...it's unfortunate and what I would categorize as prejudice. Reasoning on the basis of technical merit with someone who has a prejudice is...
May 13, 2011 at 6:38 am
Stefan Krzywicki (5/12/2011)
"Strong analytical skills as well as demons ratable code maintenance/bug-fix experience are required."
Is demon rating...
May 12, 2011 at 2:15 pm
Not all developers are evil which is why I was compelled to post...that sentiment had started to shine through a bit too brightly and it was unwarranted 🙂
<my_take>
Best options in...
May 12, 2011 at 1:43 pm
Sorry...that I do not have info on. I did find this though:
http://social.msdn.microsoft.com/forums/en-US/sqldatabaseengine/thread/ffd1787b-5c5a-4824-b049-925a604bcb61/%5B/url%5D
It has some links to other articles but nothing that seemed like it had a concrete solution.
Total guess here...but...
May 12, 2011 at 12:53 pm
sturner (5/12/2011)
opc.three (5/12/2011)
sturner (5/12/2011)
opc.three (5/12/2011)
sturner (5/12/2011)
opc.three (5/12/2011)
This can be solved by running the batch in either the SNAPSHOT or SERIALIZABLE isolation level.
Yes, that is a hack way of masking the...
May 12, 2011 at 12:23 pm
sturner (5/12/2011)
opc.three (5/12/2011)
sturner (5/12/2011)
opc.three (5/12/2011)
This can be solved by running the batch in either the SNAPSHOT or SERIALIZABLE isolation level.
Yes, that is a hack way of masking the underlying issue,...
May 12, 2011 at 11:56 am
Maybe I missed the intent of your question...I thought you wanted to purge the database and its (physical) data files from the server...but now I am thinking that you just...
May 12, 2011 at 11:51 am
First detach the file:
http://msdn.microsoft.com/en-us/library/ms188031.aspx
Then you should be able to delete the data and log files.
May 12, 2011 at 11:36 am
sturner (5/12/2011)
opc.three (5/12/2011)
This can be solved by running the batch in either the SNAPSHOT or SERIALIZABLE isolation level.
Yes, that is a hack way of masking the underlying issue, but it...
May 12, 2011 at 11:31 am
Any version greater than 2000...from the Remarks section in this article http://msdn.microsoft.com/en-us/library/system.web.caching.sqlcachedependency.aspx
On all supported versions of SQL Server (Microsoft SQL Server 7.0, Microsoft SQL Server 2000, and SQL Server 2005)...
May 12, 2011 at 11:27 am
GilaMonster (5/2/2011)
All tables should have a clustered index (with a few specific exceptions)
Not to hijack the thread or anything...but what is your list of specific exceptions?
May 12, 2011 at 11:13 am
sandeep1188 (5/3/2011)
May 12, 2011 at 10:58 am
Viewing 15 posts - 6,436 through 6,450 (of 7,168 total)