Viewing 15 posts - 181 through 195 (of 201 total)
There are two ways to do this that I can see:
1) run a "prefix" job scheduled either before all the one ones or on a frequent schedule. (How frequent depends...
September 26, 2006 at 8:32 am
There are basically two ways to do what you want to do:
1) control the position of the temporary file (use System.IO.Path.GetTempPath() or whatever to find someplace you can expect...
September 20, 2006 at 9:27 am
Well, you seemed to have found your own answer here -- and you definitely know more about OpenXML than I do <g> --
But, FWIW and for future reference for...
September 12, 2006 at 8:48 am
Hi Todd,
There are several reasons why somebody might ask you to do this. Some are technical, some are not. Some are good (I don't mean to equate "good" with "technical" btw). Some...
September 11, 2006 at 9:45 am
You absolutely can convert dates and integers, but it's important to know how the system from which you are converting treats its date of origin. For SQL Server, that's in...
September 6, 2006 at 9:54 am
>>
Thank you for your help. It is not a big deal for me either, is just that I want to group the columns together according to its content, as you said...
September 5, 2006 at 9:59 am
To be honest, Kim, I have no idea whether the mistakes are yours or the book's. I don't have the book (or any other book on this subject, FWIW!).
But...
August 25, 2006 at 4:39 pm
Kim -- this is my third attempt to post an answer in this thread. Excuse me for being brief this time <g>.
The individuals on the thread were telling you to...
August 25, 2006 at 8:35 am
Hi there,
On #3, don't get too fussed about the "call and parameters go in the body". This is true of some SOAP messaging styles and not others. The important thing...
August 25, 2006 at 8:22 am
From http://www.chriskempster.com/tipsandhints.html
>>
SQL Server]No more buffers can be stolen | |
This is a very strange error. From what I can gather its a buffer cache issue related to the... |
June 8, 2006 at 7:56 am
(this post may appear twice)
I did a little experimenting and, if I set up a scratch database with a collation of SQL_Latin1_General_Cp1_CI_AS, I don't see the difference. I'm pretty sure...
May 26, 2006 at 10:29 am
This might have something to do with our base collations. Mine is Latin1_General_CS_AI. What's yours?
>L<
May 26, 2006 at 10:12 am
It's probably not a bug, rather a collation issue. That's why some people can see it and others can't (I can). Try this (including the people who couldn't repro with...
May 26, 2006 at 9:49 am
Here you go. As the first person who recommended this script uses the second method (from page 2 of the article), that is the method I have revised below. Search for...
May 25, 2006 at 8:29 pm
> The problem can't be permissions because i'm running the program as an administrator
That's true. I thought you were running the task in the Task Scheduler, however, not by double-clicking...
May 25, 2006 at 7:29 pm
Viewing 15 posts - 181 through 195 (of 201 total)