Viewing 15 posts - 1,711 through 1,725 (of 2,894 total)
Always trying my best! 😀
Actually I have a version of compiled machine code for this. It goes something like:
010001011110100101110111100001110001101110110101011011101001
010101011101101010101110110011101110111101111011110111111011
110110110111101111011000110110101101110111110111011010111011
etc. (It actually few thousand pages, but I can attach the...
April 24, 2012 at 6:31 am
Can you post ddl for your procedure
April 24, 2012 at 6:12 am
Nothing!
But it is recommended to use varchar(max), nvarchar(max) and varbinary(max) instead.
April 24, 2012 at 5:30 am
You have placed '2012-04-29 08:30:00','SOME TEXT' into your expected results, but it is present in #tableTwo?
What it makes to be picked up for the result?
Is it just because...
April 24, 2012 at 5:26 am
khushbu (4/24/2012)
Eugene Elutin (4/24/2012)
khushbu (4/24/2012)
Yea.. i knownvarchar = 2(varchar)+2
where +2 coming from?
From BOL: http://msdn.microsoft.com/en-us/library/ms186939.aspx
nvarchar [ ( n | max ) ]
Variable-length Unicode string data. n defines the...
April 24, 2012 at 4:28 am
khushbu (4/24/2012)
Yea.. i knownvarchar = 2(varchar)+2
where +2 coming from?
April 24, 2012 at 4:03 am
Yeah, but you can simply multiply varchar column sizes by two, as it will give you much larger number than it will really take.
Saying that current column varchar(100), changing it...
April 24, 2012 at 3:39 am
Are you looking for Auditing solution?
Depends on the depth of details you want to trace, there are few methods and most common are:
- custom auditing using light-weight audit triggers (still...
April 24, 2012 at 3:31 am
Is there any way to code "WHERE column = anything" without using dynamic sql?
Yes it is possible:
SELECT * FROM Table WHERE Column = Column OR Column IS NULL
I'm sure you...
April 24, 2012 at 2:31 am
I love threads from this OP, they make my day!
They are example of horror, drama and comedy in one!
a la Alfred Hitchcock
April 24, 2012 at 2:20 am
You most likely do not need to use loop.
Please follow the link at the bottom of my signature to find out what we need to help you.
April 24, 2012 at 2:16 am
Go low-tech:
Use three PC's or non-permanent marker.
April 23, 2012 at 6:44 am
Charmer (4/23/2012)
Eugene Elutin (4/23/2012)
Cursors are not Really Good or Really Bad!They designed and should be used for relevant tasks.
However your example is not one of them...
My cursor is taking...
April 23, 2012 at 6:41 am
maryamzolfaghar (4/23/2012)
inputfile contains the sql query
outputfile: The output goes here, but the results tab output and messages pad are both included
I need the...
April 23, 2012 at 6:38 am
Viewing 15 posts - 1,711 through 1,725 (of 2,894 total)