Viewing 15 posts - 91 through 105 (of 1,155 total)
Bk (9/22/2008)
Shouldn't it also be possible to use native Windows functions to compress and uncompress groups of files into .zip-compatible archives? NOT "compress" like...
September 23, 2008 at 3:45 pm
Way to go guys. A well deserved award for two amazing contributing posters/authors. 🙂
July 2, 2008 at 10:59 am
This solution can easily be handled via a derived table, cte or the over clause. The below example already has the first set of counts in place, so you...
June 18, 2008 at 3:02 pm
The problem is the import process takes a look at a small sample of the data in the column and makes a judgement as to what the data type is....
June 18, 2008 at 2:41 pm
Can you post a sample and the solution you came up with? This will benifit others who may run into the same problem.
June 18, 2008 at 1:04 pm
What does the date look like when it is imported?
June 18, 2008 at 12:54 pm
Matt Miller (6/18/2008)
Something like:
select locationname,
...
June 18, 2008 at 12:52 pm
Did you forget to post the on clause of the trigger, or do you not have one?
For the trigger part why dont you peform a check before running the CTE?
CREATE...
May 26, 2008 at 12:18 pm
You may want to make multiple data files and spread them accross different luns. Best practice suggest .25 files to every processor.
Also, I would put the tempdb on another...
May 26, 2008 at 12:06 pm
A few things you can check. I know you said you rebuilt your indexes, but there are a few other things that you can try to resolve this issue....
May 26, 2008 at 11:54 am
This function may help you out. It will resolve all capitals in string that are not in the beginning and will capitalize
the first letter of every word passed in.
CREATE...
May 16, 2008 at 2:58 pm
You need to add a begin and end to your while statement. This may or may not resolve the issue, but it should be addressed.
May 16, 2008 at 2:51 pm
You have to use the code in the expression editor. You have to view the properties of the object you want to use the expression in. Click the...
May 16, 2008 at 2:47 pm
You should make sure the service accounts have access to the directory. The service accounts are SQL Server and SQL Server Agent.
May 14, 2008 at 12:28 pm
DBA (5/13/2008)
hi Adam, so there is no way to use a sql task to zip using windows?
Windows does not have a command line utility to unzip files. You will...
May 13, 2008 at 5:08 pm
Viewing 15 posts - 91 through 105 (of 1,155 total)