Viewing 15 posts - 3,781 through 3,795 (of 14,953 total)
Here's the best data I can find on the subject: http://www.confio.com/English/Tips/Async_Network_IO.php
It's one of those things where you have to dig into the application a bit to find out exactly what's...
July 14, 2011 at 7:37 am
If you're using WinZip, they have a command-line add-in that you can use to automate it. It has documentation on what commands to give it. It can do...
July 14, 2011 at 7:33 am
They all have plenty of future to them. No best choice on that.
Also keep in mind that, if you really want to do all of it, you've always got...
July 14, 2011 at 7:32 am
And the execution plan changes from time to time without the data changing?
Sounds like you may have buffer issues. How's the memory pressure on the server?
July 14, 2011 at 7:20 am
Admin usually pays more than dev, in companies large enough to differentiate the two. BI development usually pays more than either of those, and pathing from database dev to...
July 14, 2011 at 7:19 am
Is the drive the backup is being written to full?
July 14, 2011 at 7:16 am
Does the query have any input parameters or variables in it, or is it returning the exact same data every time?
July 14, 2011 at 7:15 am
On the DAO/ADO recordsets, those are usually objects in an application. You can use those to read from SQL Server, not the other way around.
On the question about the services,...
July 14, 2011 at 7:12 am
T-SQL (Transact SQL) is the language Microsoft SQL Server uses to get data into and out of the database. The database itself is just binary files managed by SQL...
July 14, 2011 at 7:09 am
July 14, 2011 at 7:03 am
It sounds like what you're looking for is "dynamic cross-tab" or "dynamic pivot". Search those terms. There are good articles on the subject.
July 14, 2011 at 7:02 am
You'll need to split the values into separate values, or use dynamic SQL to build your Where clause.
The article Ninja linked to is on how to split the values from...
July 14, 2011 at 7:01 am
Here's an article on that subject:
http://www.sqlservercentral.com/articles/Tally+Table/72993/
Here's another one:
http://www.simple-talk.com/sql/t-sql-programming/the-helper-table-workbench/
There are more if you search "split string in SQL" in Google/Bing/whatever.
July 14, 2011 at 6:58 am
What are you using for the compression? What application? Most have command-line options, and some have CLR integration capabilities.
July 14, 2011 at 6:46 am
Viewing 15 posts - 3,781 through 3,795 (of 14,953 total)