Viewing 15 posts - 26,146 through 26,160 (of 39,793 total)
I assume it's not listed in sys.databases at all?
I might look to remove anything from the registry that references it. Not sure what's there, but dig around under HKLM/Software/Microsoft/Microsoft SQL...
December 1, 2008 at 11:37 am
It's fairly simple logic in the WHERE clause, no different from a select clause.
In fact, I'd recommend testing with the SELECT first, then changing the update.
You can add another AND...
December 1, 2008 at 11:35 am
VMs have a config file and virtual disk file, which have creation dates, but again, I'm not sure, whether thought out or not, that this has something to do with...
December 1, 2008 at 11:32 am
I'd go look at what's offered by SQL Skills, Solid Quality mentors, Scalability Experts and see if something fits. Lots of those people who deal with large systems are at...
December 1, 2008 at 11:30 am
What is standard auditing?
In 2000, there isn't any good way to do this. Triggers won't help. Instead you'd have to set up a trace that would capture SELECTs against this...
December 1, 2008 at 11:28 am
I do run ad hoc queries here and there. And no, not likely to expose that 🙂
The MVP leads contact me at times, and feel free to refer them to...
December 1, 2008 at 11:20 am
I'd start here: http://www.sqlservercentral.com/articles/Monitoring/61373/
December 1, 2008 at 11:18 am
You'd have to examine the execution plans but my hunch would be just put them in the view.
December 1, 2008 at 11:17 am
I'm with Jack. #2 is easier to read, but I'd suspect that #1 works better.
December 1, 2008 at 11:17 am
What are the errors? The script looks OK here. Conversion errors usually mean you're not extracting the data correctly.
December 1, 2008 at 11:16 am
If you had the rights, and could dbcc inputbuffer your SPID, that might work. But it doesn't always get you everything.
What are you trying to accomplish here? Figure out where...
December 1, 2008 at 11:15 am
I'm not sure what you mean. Do you mean you need both conditions? Or update if either is there?
December 1, 2008 at 11:14 am
The Microsoft classes are geared towards teaching the exam, not getting you better at strong skills.
Really you need one of a few things. A custom class from End to End...
December 1, 2008 at 11:13 am
Profiler/SQL Trace is really your only choice here. Set up a trace to capture stuff hitting the table.
December 1, 2008 at 11:10 am
Closing this thread as it's drifting a bit.
Please post requests in the appropriate forum.
December 1, 2008 at 10:00 am
Viewing 15 posts - 26,146 through 26,160 (of 39,793 total)