Viewing 15 posts - 33,826 through 33,840 (of 39,736 total)
You can select this in EM, it's the bottom of the 2nd tab.
July 25, 2005 at 10:25 am
sswords, that quote makes the post above rather amusing.
July 25, 2005 at 9:35 am
Apologies for this. I have removed the article. If links are broken, that it why.
July 24, 2005 at 6:17 pm
The query could be the Windows system service, it doesn't have to be inside SQL. The DOM wrapper is around low level code, not necessarily TSQL/TDS stream code. you can...
July 15, 2005 at 11:26 am
sure, add a new column in the proper place
select x
, y
, 3 'scalar'
, z
...
July 15, 2005 at 11:24 am
I haven't seen that. If you're worried, call MS, sounds like a problem anyway.
I wouldn't be that concerned about corruption. If it is doing cleanup, it should be logged, so...
July 15, 2005 at 11:23 am
You need to include the user name. Look up the syntax in BOL.
July 15, 2005 at 11:22 am
It should not. I have done this and I think it's a transaction, so it undoes the work done. Or maybe it just stops, can't remember.
July 15, 2005 at 11:22 am
That's strange.
sp_configure 'allow updates', 1
reconfigure with override
update the table
reverse the first two statements.
July 15, 2005 at 11:21 am
I had an issue similar with an AS/400 driver, but it was an amount of data that was being returned, xx bytes, before it cutoff. If you can select different...
July 15, 2005 at 11:20 am
Backup using a product like SQLBackup (Red Gate) or Litespeed (Imceda). they support encrpytion
July 15, 2005 at 11:19 am
Thoughts and prayers to those in London and their loved ones.
July 15, 2005 at 11:17 am
Apologies. This was submitted and I missed the database name. I've awarded back points for those answering C and fixed the question.
July 15, 2005 at 11:15 am
Yep, apologies, this one is incorrect. It slipped by me and we had a similar one a few weeks ago.
According to the engine developers at MS, they both are instantiated...
July 14, 2005 at 8:09 am
Viewing 15 posts - 33,826 through 33,840 (of 39,736 total)