Viewing 15 posts - 3,181 through 3,195 (of 22,206 total)
If you would be embarrassed to let your grandmother read your post maybe...
April 27, 2018 at 7:46 am
And change the data types so that you're storing date and time as date and time. Same thing goes for any other data type.
April 27, 2018 at 6:27 am
Not a clue how to address your specific issue, but, one HUGE point.
The GUI for Profiler has a different memory management mechanism within SQL Server than the server-side...
April 27, 2018 at 6:25 am
April 27, 2018 at 5:14 am
You can only get that information if you are gathering query metrics in some fashion. Since you're posting in a 2008 forum, the general method for this is to use...
April 27, 2018 at 5:00 am
When thinking about performance of the database, two things should drive your processes. First, you only get one clustered index and it defines data storage. Therefore, the most common path...
April 27, 2018 at 4:57 am
[/quote]
I...
April 25, 2018 at 4:03 pm
I had an experience today on SQL 2014 where a...
April 25, 2018 at 5:34 am
Here's the fix I used. Seems to work well.
Partly joking of course. Partly.
April 25, 2018 at 5:28 am
IIRC, same edition different formats will also get different ISBNs as well. I...
April 24, 2018 at 11:43 am

For some reason we are getting a real poor plan on our...
April 24, 2018 at 5:11 am
Personally, I think I'd look to split the customers by database rather than try to put them all in one. You've hit the real issue that's going to be brutally...
April 23, 2018 at 7:00 am
Without using log shipping or replication or availability groups (all of which you've dismissed), I don't know of any way you can easily move only the data that has changed...
April 23, 2018 at 6:49 am
April 18, 2018 at 10:45 am
Viewing 15 posts - 3,181 through 3,195 (of 22,206 total)