Viewing 15 posts - 136 through 150 (of 2,647 total)
We'd need more specific info, but if the select is contained in the same sp as the update, you can wrap them both in a transaction and rollback.
May 2, 2013 at 10:26 am
I was able to find the processes in a history table we keep. It looks like the user was using DacFX Deploy to deploy the changes. My guess...
April 29, 2013 at 4:38 pm
The trace goes back to 2013-04-25 01:34:56.880. I assumed that by using this file (its the oldest) I would get the date I need. It does in fact have...
April 29, 2013 at 4:22 pm
On a daily basis we spit out the SQL logs into a daily report that our primary reviews. In the SQL logs, we see the following:
Apr 25 2013 ...
April 29, 2013 at 3:53 pm
Are there any commands that implicitly decrypt? I know it is not random, but maybe a misunderstanding of a command. The only command I see issued is ALTER TABLE...
April 29, 2013 at 2:40 pm
GilaMonster (4/29/2013)
Like with just about all database settings, SQL won't randomly change them for you.Disabling TDE - ALTER DATABASE <db name> SET ENCRYPTION OFF.
I guess it is time to track...
April 29, 2013 at 2:09 pm
GilaMonster (4/29/2013)
April 29, 2013 at 1:40 pm
Evil Kraig F (4/26/2013)
SQLKnowItAll (4/26/2013)
April 26, 2013 at 4:31 pm
Thanks for the replies. We will test both, of course. I was against the idea at first because of my feelings on changing a perfectly good set-based operation...
April 26, 2013 at 3:59 pm
Stefan Krzywicki (4/25/2013)
SQLKnowItAll (4/25/2013)
April 25, 2013 at 11:17 am
I guess I just don't get it. You said you did not want to use sp_help_job because you had to insert into a table, yet you do the same...
April 25, 2013 at 10:57 am
rdeheld-535532 (4/24/2013)
Read Multiplexing:
"The number of tiers of hardware or software between the SQL Server and the user or devices that ultimately use its data, services, or...
April 25, 2013 at 6:02 am
rdeheld-535532 (4/24/2013)
SQLKnowItAll (2/15/2012)
Your scenario 1 most certainly requires an unlimited CAL license if you cannot account for all devices. This is one of those "indirect" scenarios that should have...
April 24, 2013 at 1:47 pm
GilaMonster (4/9/2013)
SQLKnowItAll (4/8/2013)
There's never any need to recompile after a stats update...
April 9, 2013 at 6:20 am
GilaMonster (4/8/2013)
Parameterised vs not parameterised.
Excellent! Thanks Gail.
April 8, 2013 at 11:01 am
Viewing 15 posts - 136 through 150 (of 2,647 total)