Viewing 15 posts - 2,386 through 2,400 (of 7,187 total)
This is how I understand the page I linked to: the CHECKDB operation is broken down into batches (unless you have TF2562 set - do you?) in order to avoid...
August 1, 2016 at 8:46 am
Do you have a small number of large tables in this databases, whereas in your other databases, the data is more evenly distributed between tables? That's one possible explanation....
August 1, 2016 at 8:18 am
August 1, 2016 at 7:54 am
What are the values of LNAME, FNAME and MINTL for those two rows?
John
August 1, 2016 at 7:31 am
I'm not writing the query for you - that's what you're paid to do. If you really don't want to do it yourself, just type "query to return backup...
August 1, 2016 at 5:59 am
1. Write a query that gets the information you need from the target servers
2. Use a Data Flow task to pull the query results into a table on your central...
August 1, 2016 at 5:16 am
What happens if the number of tickets is more than 5?
John
August 1, 2016 at 4:51 am
I'm afraid you need to do the hard work on this one yourself. Start here[/url].
Incidentally, I'd advise you to use an OUTPUT clause in your DELETE and UPDATE statements,...
July 29, 2016 at 4:45 am
Build the verification into your backup job, so it's done as soon as the backup is made.
By the way, VERIFYONLY only checks the file header. You might want to...
July 28, 2016 at 8:48 am
Physically separating data and log files is about more than performance - it's about recoverability, too. If you lose the disk that your data and logs are on, you've...
July 28, 2016 at 2:27 am
That stored procedure isn't going to return a result set, just some output parameters, so I'm a little confused. And given that startdate is an output parameter for the...
July 27, 2016 at 9:38 am
I can't see your report, so I don't really know what's happening. Does this stored procedure produce the main report, or does it just supply the parameters for the...
July 27, 2016 at 9:23 am
You need to set @startdate, @enddate and @fp as OUTPUT parameters in your stored procedure, don't you?
John
July 27, 2016 at 9:14 am
Have you considered a table-valued parameter?
John
July 27, 2016 at 9:09 am
drosa 15759 (7/27/2016)
July 27, 2016 at 8:57 am
Viewing 15 posts - 2,386 through 2,400 (of 7,187 total)