Viewing 15 posts - 8,146 through 8,160 (of 22,214 total)
Greg Edwards-268690 (5/14/2014)
Grant Fritchey (5/14/2014)
May 14, 2014 at 6:26 am
I'd say show them that error message and let them look it up through Bingle. It's absolutely a hardware related problem and it's very well documented as such out on...
May 14, 2014 at 6:20 am
Check the documentation on the BACKUP command. There is no facility for just getting the READ_ONLY file groups. You'll have to go after each one individually. Partial backup documentation says...
May 14, 2014 at 6:13 am
Blocking caused by another process doing an INSERT/UPDATE/DELETE which will stop the scan.
May 14, 2014 at 6:08 am
It's absolutely an I/O issue. I'd say your disks are being overwhelmed because the issue isn't that a given process is waiting for disk access while another process uses, but...
May 14, 2014 at 6:07 am
Ed Wagner (5/14/2014)
Koen Verbeeck (5/14/2014)
GilaMonster (5/14/2014)
Koen Verbeeck (5/14/2014)
This was a funny topic 😀 (especially the last replies)Sorry, am a little short on patience today.
I pretty much laughed with the "I...
May 14, 2014 at 6:04 am
Since you now know that you need to replace the one character, you could try using the REPLACE T-SQL statement on the string (not on the column) to replace the...
May 14, 2014 at 6:03 am
yuvipoy (5/14/2014)
for the test of 1000 record on a table with...
May 14, 2014 at 5:49 am
Sorry, it took me a little while to write that up and in the mean time others have posted roughly the same stuff. I kept getting distracted. Doggone twitter.
May 13, 2014 at 4:38 pm
You could UNION the two together, but you'll have to have the text in two columns. So, how about we put the UNION query into a derived table. Something like...
May 13, 2014 at 4:35 pm
Yeah, you have to set max memory. SQL Server will attempt to use all the memory available to it, so the only way for sure to limit that is to...
May 13, 2014 at 3:52 pm
Also, be cautious using views in SQL Server. They're a fine way to obfuscate queries and implement security and other functionality. But, people start treating them like tables and joining...
May 13, 2014 at 10:59 am
I'm going.
One session on Friday and one on Saturday. I'll be there Thursday afternoon until Sunday morning.
Last Bits was probably the single best event I've ever been to. I'm really...
May 13, 2014 at 10:56 am
If you have the file compressed, additional compression is usually not possible. You can either just move the file as is, or try splitting it up and moving the smaller...
May 13, 2014 at 10:54 am
Viewing 15 posts - 8,146 through 8,160 (of 22,214 total)