Viewing 15 posts - 10,981 through 10,995 (of 26,487 total)
rjbirkett (6/29/2012)
June 29, 2012 at 11:20 am
Has this operator, 'MSXOperator' , been created?
June 29, 2012 at 11:10 am
You could use BULK INSERT to load the data into a staging table where all the columns are declared the appropriate size of character data, then use T-SQL to cleanup...
June 29, 2012 at 11:09 am
Scorpion_66 (6/29/2012)
June 29, 2012 at 10:57 am
Assuming each column in the text is seperated by a pipe (|) character, and that the data is located in a text file, you may want to look at the...
June 29, 2012 at 10:52 am
(Bob Brown) (6/29/2012)
June 29, 2012 at 10:40 am
Charmer (6/29/2012)
Lynn Pettis (6/29/2012)
June 29, 2012 at 10:00 am
bigdickmagee (6/29/2012)
I...
June 29, 2012 at 9:58 am
New_at_this (6/29/2012)
I think I want to do this..
SELECT dateadd(month, datediff(month,'19000101',getdate()+ 90),'19000101')testing now
Don't tell us what you think you want, tell us what you do want.
It would help if you would...
June 29, 2012 at 9:55 am
From what I have seen of this, I just don't have 20 to 40 hours of free time to this for nothing. If I'm going to spend this kind...
June 29, 2012 at 9:50 am
First, I would take the information in that table with a grain of salt. Second, you will probably need to get a logreader to figure out what you need...
June 29, 2012 at 9:45 am
It is trying to convert the function name to a datetime value. You may need to do something more like this:
ALTER PROCEDURE dbo.pr_GetLastInterval(
@i_TimeInterval int = 15,
@dt_End_Block datetime =...
June 29, 2012 at 9:31 am
Edit: Deleted code, copied wrong stuff.
June 29, 2012 at 9:10 am
Now, did you take the code that I posted based on David's post to see if that did what you wanted? If so, did it based on your initial...
June 29, 2012 at 8:58 am
Viewing 15 posts - 10,981 through 10,995 (of 26,487 total)