Viewing 15 posts - 12,256 through 12,270 (of 26,486 total)
Does the following give you the same error?
WITH CTE(n) AS(SELECT 1 UNION ALL SELECT 1),
CTE2(n) AS (SELECT 1 FROM CTE x, CTE y),
CTE3(n) AS (SELECT 1 FROM CTE2 x, CTE2...
May 2, 2012 at 3:19 pm
PaulB-TheOneAndOnly (2/6/2012)
fastformation01 (2/6/2012)
Which one is faster delete/truncate? Why?
Assuming you are talking about deleting the whole population of a table it doesn't matter if it's Oracle, SQL Server, DB2 or whatever...
May 2, 2012 at 3:13 pm
surma.sql (5/2/2012)
thanks to edit my questionbut please give me solution
And to help us out, how about showing us what you have tried so far.
May 2, 2012 at 3:06 pm
surma.sql (5/2/2012)
thanks to edit my questionbut please give me solution
Hey, I needed to see what is what first. Please don't get impatient. We are volunteers.
May 2, 2012 at 3:05 pm
surma.sql (5/2/2012)
one teacher
teacher school code
steve ulman 151
steve ulman ...
May 2, 2012 at 3:02 pm
From what you posted, nope.
Please read the first article I reference below in my signature block. It will walk you through what we need and how to post it.
May 2, 2012 at 2:55 pm
And this is why you shouldn't cross post. We have discussions and answers split across threads.
May 2, 2012 at 12:48 pm
And this is why you shouldn't cross post. We have discussions and answers split across threads.
May 2, 2012 at 12:47 pm
GSquared (5/2/2012)
Ignoring the infinite loop about where to post.Your update statement doesn't specify which row in Scramble matches which row in your random select.
Gus, use the other one.
May 2, 2012 at 12:41 pm
NevaMind (5/2/2012)
Lynn Pettis (5/2/2012)
The only way to manage the transaction log when using the BULK_LOGGED and FULL recovery models is to run regular transaction log backups.
Thanks Lynn. School...
May 2, 2012 at 12:40 pm
blandry (5/2/2012)
If you look at the LEFT OUT JOIN, its the DATEADD four lines down from that.
PADL is a custom implementation...
May 2, 2012 at 12:33 pm
Now we have a circular loop. Talk about fragmenting answers.
May 2, 2012 at 12:20 pm
Please do not cross post, it will only fragment the answers you get.
Please post all answers here.
May 2, 2012 at 12:19 pm
First, found another function that needs to be defined: dbo.PADL(sf.ImportId, 2, '0').
Second, as I went through the code manually I found 4 lines with the DATEADD code. Really need...
May 2, 2012 at 12:17 pm
The problem here is that we can't see what you see. What little you have provided only allows us to take wild shots in the dark and hope the...
May 2, 2012 at 11:56 am
Viewing 15 posts - 12,256 through 12,270 (of 26,486 total)