Viewing 15 posts - 6,436 through 6,450 (of 7,164 total)
IMNSHO
😀
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 12, 2011 at 2:47 pm
Stefan Krzywicki (5/12/2011)
"Strong analytical skills as well as demons ratable code maintenance/bug-fix experience are required."
Is demon rating...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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,...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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)...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 12, 2011 at 11:13 am
Can you detach them?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 12, 2011 at 11:09 am
sandeep1188 (5/3/2011)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 12, 2011 at 10:58 am
Can you detach them? That should allow you to delete them.
What have you tried?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 12, 2011 at 10:53 am
Bummer but it looks like it can't be done directly using SSIS...it needs some pre-processing:
http://www.sqlservercentral.com/Forums/FindPost888553.aspx
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 12, 2011 at 10:49 am
Viewing 15 posts - 6,436 through 6,450 (of 7,164 total)