Viewing 15 posts - 9,151 through 9,165 (of 39,810 total)
Personally, as I get older, I don't want a cannon. Hard on the wrists and arms.
September 25, 2015 at 1:08 pm
Moving to the SQL 2012 forum. This was posted in SQL 2000.
In 2012, you might be able to do something with xEvents and a trigger when you get xx logins...
September 25, 2015 at 12:25 pm
erichansen1836 (9/25/2015)
another to the other MDB file. DO you still...
September 25, 2015 at 12:13 pm
One thing you might try is using row_number or some other counter based on the rows to retrieve only the PKs needed for that set of data. Then join that...
September 25, 2015 at 8:27 am
jasona.work (9/25/2015)
Hmm. Maybe we need to Godwin that topic, and bring in a comparison somehow to the Fuehrer?...
September 25, 2015 at 8:04 am
The tables are stored in pages, and those in extents. Those get allocated, and depending on the way they're allocated and data is added/deleted, it's possible the allocations don't match....
September 25, 2015 at 7:48 am
Ross.Sp (9/24/2015)
September 25, 2015 at 7:47 am
We've put together some learning links for you if you want to learn more about this (or other) new feature(s).
http://www.sqlservercentral.com/articles/Dynamic+Data+Masking/127554/
September 25, 2015 at 7:45 am
From an audit/risk perspective, yes, they can read data in a diff file, as noted.
In terms of mitigating risk, you can use encryption, which isn't perfect, but nothing is. However...
September 25, 2015 at 7:32 am
As Lowell noted, the procs will be in sys.objects. They'll see them in SSMS. AFAIK, you can't hide that.
September 25, 2015 at 7:28 am
I think, searching memory here, that you could get SELECT privileges to the job tables and grant them. However that might mean the person could only query.
As far as DTS,...
September 25, 2015 at 7:26 am
There's the SP_OA procedures, but they would contain similar risks. Is this SQL 2000? If so, then the risk is that someone will run some malicious code on the Windows...
September 25, 2015 at 7:23 am
The immediate risk is that you write a poor query and delete the wrong data.
September 25, 2015 at 7:19 am
There's no logic in SQL Server for this. You'd need something to scan the SQL log and send you an alert. However, you'll need to define this. Do you mean...
September 25, 2015 at 7:18 am
Do you mean a tally table?
Search "tally table" here for Jeff Moden's article on building one.
September 25, 2015 at 7:16 am
Viewing 15 posts - 9,151 through 9,165 (of 39,810 total)