Viewing 15 posts - 9,556 through 9,570 (of 22,214 total)
If you need to do something programmatic and you can't use SSIS, I'd suggest looking into PowerShell.
September 13, 2013 at 2:53 am
Full backups and log backups are completely decoupled. You shouldn't have to worry about that at all. What you do have to worry about is if you run differential backups....
September 13, 2013 at 2:53 am
SQL Server has a tool built into it called SQL Agent. It runs as a separate service. One of it's uses is to schedule things for SQL Server to do....
September 12, 2013 at 10:44 am
The key, the whole key, and nothing but the key, so help me Codd.
When you define a key, that's what you have to use.
Now, if the two columns that you're...
September 12, 2013 at 8:12 am
Interesting question. I did a couple of simple tests where I did a TOP, without an ORDER BY since you didn't say there was one. The estimated costs were roughly...
September 11, 2013 at 12:54 pm
What should it be? A unique password for each server across the entire enterprise.
What is it usually? One 'sa' password across the entire enterprise.
What compromise I have I used? Disable...
September 11, 2013 at 12:43 pm
Jack Corbett (9/11/2013)
jasona.work (9/11/2013)
If I create an XE session on SQL2012 (for the...
September 11, 2013 at 7:16 am
TheSQLGuru (9/11/2013)
OH NO YOU DIDN'T!! Microsoft can turn off Profiler when they pry it from my cold, dead hands!! :hehe:
Step into the light. Extended Events are better in...
September 11, 2013 at 7:15 am
If you have maintenance on the servers, that will show up when looking at the index usage stats.
I'm with Jack, set up extended events to track connections to the database....
September 11, 2013 at 4:36 am
The first two are pretty much the same and can probably be used interchangebly, depending on the actual complexity of the query involved. The last two are very different. COUNT...
September 11, 2013 at 4:35 am
While I was never crazy about the Mac OS, VMWare on the Mac was magnificent. It worked wonders. I loved how tightly it was coupled with the OS. I'm back...
September 11, 2013 at 4:30 am
If you did hit a situation where this might help, I'd be sure to use FREEPROCCACHE with the parameter for the specific plans you want to remove rather than blasting...
September 11, 2013 at 4:28 am
Erland Sommarskog (9/10/2013)
Grant Fritchey (9/10/2013)
The only way to get run-time information is to capture the plan while executing using SSMS or extended events.
You can also capture them with SQL Trace....
September 11, 2013 at 4:15 am
The plans stored in the cache do not carry run-time values with them. They only have the compile time values. This is perfectly normal behavior. The only way to get...
September 10, 2013 at 3:24 pm
I don't know MySQL at all, but on a SQL Server instance it sounds like you're talking about extended properties. The ability to add additional, meta-data, about the columns or...
September 10, 2013 at 3:43 am
Viewing 15 posts - 9,556 through 9,570 (of 22,214 total)