Viewing 15 posts - 5,086 through 5,100 (of 26,490 total)
I have seen this occur once in a while. Others may frown on this but based on this statement from your original post, KILL 127 WITH STATUSONLY (it said...
May 29, 2015 at 3:47 pm
Steve Jones - SSC Editor (5/29/2015)
You'd think it was still winter. Seems a bit of short-temperedness going around.Please vent here and not in threads.
Short term memory sucks, but unless you...
May 29, 2015 at 3:44 pm
cunningham (5/29/2015)
May 29, 2015 at 3:39 pm
Those of you on the view thread, Don't expect much and be sure to have a silver spoon.
May 29, 2015 at 3:38 pm
Eirikur Eiriksson (5/29/2015)
Sometimes I do wonder where things went wrong with MS and SQL documentation/references/best...
May 29, 2015 at 3:30 pm
Eirikur Eiriksson (5/29/2015)
Lynn Pettis (5/29/2015)
< rant >
I am still amazed at how many people...
May 29, 2015 at 1:50 pm
TJT (5/29/2015)
Wow! Well done!Yes I found one entry missing a comma. I don't suppose you have a trick to handle this one?
Fix the data.
May 29, 2015 at 1:48 pm
Using the data setup from Eirikur and the data I added, the following works. Not knowing the state of your data, however, I can't promise anything.
SELECT
...
May 29, 2015 at 1:48 pm
Further testing, only 10005 causes an error. Check to see if any data is missing the comma (,).
May 29, 2015 at 1:37 pm
I added the following values to Eirikur's setup and I get failures now. Definitely need to check your data.
,(10003,null)
,(10004,', fe70::28d9:l69a:5bbd:ab2f')
,(10005,'132.235.219.113')
May 29, 2015 at 1:35 pm
TJT (5/29/2015)
Yes you are correct, there are some nulls. Any way to handle these?
It isn't nulls. I used the setup provided by Eirikur above and added a null...
May 29, 2015 at 1:31 pm
TJT (5/29/2015)
OK now I get "Invalid length parameter passed to the LEFT or SUBSTRING function"
Check your data to be sure that there are no null values or values with an...
May 29, 2015 at 1:25 pm
TJT (5/29/2015)
It says Incorrect syntax near '<'I also noticed it says the LEFT function requires 2 agrument(s)
SELECT
sre.*,
ca1.IP,
ca2.MAC
FROM
...
May 29, 2015 at 1:16 pm
We know that the Crystal Ball shows nothing but the clouds, but where is the silver spoon?
< rant >
I am still amazed at how many people have to have things...
May 29, 2015 at 12:58 pm
TJT (5/29/2015)
SET NOCOUNT ON;
WITH SAMPLE_DATA(IP_ADDR)...
May 29, 2015 at 12:55 pm
Viewing 15 posts - 5,086 through 5,100 (of 26,490 total)