Viewing 15 posts - 12,856 through 12,870 (of 39,817 total)
A file copy v a backup are two different processes. There's not much you can do to tune the backup process in SQL Server.
Can you show your script? ...
December 18, 2012 at 11:03 am
If you are at the target memory, then you are fairly close to what is needed.
Having heaps can be a problem for performance, but not necessarily. Is there a reason...
December 18, 2012 at 10:58 am
This is really an I/O subsystem issue, and less a query tuning issue. The load from your server exceeds what the I/O system can handle.
http://mssqlwiki.com/2012/08/27/io-requests-taking-longer-than-15-seconds-to-complete-on-file/
Tuning queries to use less reads...
December 18, 2012 at 10:56 am
You are missing some data here. How can you tell an actionid for an item has been completed when the first table doesn't have ItemIDs? You have two actionIds of...
December 18, 2012 at 10:53 am
For a web application, you should need a per processor license, based on the number of cores.
December 18, 2012 at 10:43 am
I don't see anything on the ALTER TRIGGER syntax, but here's Merge: http://msdn.microsoft.com/en-us/library/bb510625%28v=SQL.100%29.aspx
The idea was that all statements would require a semi-colon, which might help the language mature and enable...
December 17, 2012 at 10:18 am
Miles Neale (12/17/2012)
December 17, 2012 at 10:11 am
David.Poole (12/17/2012)
I've actually had two conversations with different Microsoft resellers who contradicted...
December 17, 2012 at 8:20 am
Which original story? Losing power in a data center? That's a DR, technology related issue.
Companies trying to be sure their data centers are running after hurricane Sandy, that's DR....
December 14, 2012 at 8:32 am
Or backup/restore the entire db, then remove the data you don't need.
No good way to do this, but if I were choosing, I'd use SSIS as Gail suggested.
December 13, 2012 at 5:03 pm
Look at the data, preferably from the application, and find some data that comes from both tables. Then find those rows in sSMS and see if you can derive a...
December 13, 2012 at 4:15 pm
Eric M Russell (12/13/2012)
December 13, 2012 at 4:14 pm
Viewing 15 posts - 12,856 through 12,870 (of 39,817 total)