Viewing 15 posts - 20,236 through 20,250 (of 39,834 total)
I would like to see it broken down, even further than just 3 general areas. I think there is value in proving T-SQL skills alone. Probably value in overall administration...
April 5, 2010 at 9:13 pm
WayneS (4/5/2010)
April 5, 2010 at 9:09 pm
I like the idea of carrying my environment on a flash drive. I just think I want to wait for USB 4.0 before I really do it and get some...
April 5, 2010 at 4:56 pm
If you can, it would be great for you to capture a workload and then some CPU/mem/disk stats before and after compression. That would make a great article on a...
April 5, 2010 at 4:54 pm
If that's the case, you might be surprised what compression does for you.
April 5, 2010 at 4:53 pm
So data compression can help because it substantially lowers I/O. It sounds crazy since it will use more CPU to do the compression, but you end up saving resources if...
April 5, 2010 at 4:42 pm
Why are you doing this? Is it for reporting or are you considering storing the data in this format?
April 5, 2010 at 4:37 pm
We used to do something similar for sending email here on the site. we had multiple machines that sent, and needed to read a database table to get their list...
April 5, 2010 at 3:38 pm
Just a quick note here. Can someone take a moment and summarize what they see as the consensus here and start a new thread in the Certifications forum? (http://www.sqlservercentral.com/Forums/Forum10-1.aspx)
Not to...
April 5, 2010 at 2:43 pm
SELECT client_net_address, client_tcp_port
FROM sys.dm_exec_connections
April 5, 2010 at 1:57 pm
Note that there is also a WITH TIES option.
Here's the BOL entry for TOP http://msdn.microsoft.com/en-us/library/ms189463.aspx
April 5, 2010 at 1:52 pm
I think from this entry (http://www.sqlskills.com/BLOGS/PAUL/post/Search-Engine-QA-12-Should-you-create-multiple-files-for-a-user-DB-on-a-multi-core-box.aspx) I'd say it might help. Paul mentions that SS2K8 has some parallel enhancements here.
Unless you can separate things out physically, however, I would...
April 5, 2010 at 11:42 am
CirquedeSQLeil (4/5/2010)
April 5, 2010 at 11:32 am
A couple years ago someone gave out a complete copy of W95 on floppy disks as a white elephant gift at Christmas. That was pretty funny.
I think I've trashed all...
April 5, 2010 at 11:26 am
Thanks for the update. It happens, and this thread might help someone else figure out their issue earlier because of your post.
April 5, 2010 at 11:24 am
Viewing 15 posts - 20,236 through 20,250 (of 39,834 total)