Viewing 15 posts - 6,856 through 6,870 (of 26,490 total)
Going through your code I found your function, dbo.fn_CSVToTableString. You obviously did NOT read the article I posted a link to for you. There are two major issues...
March 30, 2014 at 6:44 am
kevin_nikolai (3/29/2014)
Added '1_Script.txt' , collation is 'SQL_Latin1_General_CP1_CI_AS'.
Added function to cater for multiple SRID's via the parameter ( @SRID...
March 30, 2014 at 6:36 am
Jeff Moden (3/29/2014)
Lynn Pettis (3/29/2014)
kevin_nikolai (3/28/2014)
March 29, 2014 at 9:01 pm
A clustered index on StartBusinessDate + an identity column would probably be a better clustered index on the table.
March 29, 2014 at 4:17 pm
kevin_nikolai (3/29/2014)
Since the highest level reached is 1, for simplicity sake, you can remove the following:
DECLARE @lvl_limit AS int = 2;
and
WHERE lvl < @lvl_limit
----------------------------------
You can use...
March 29, 2014 at 4:07 pm
I haven't been to many of the WIT sessions but the few I have been at and from what I have read, these groups are NOT made up of just...
March 29, 2014 at 11:53 am
Missing additional details, such as what columns are used to link the two tables, is it the ID column or the NAME column? Is there always a one to...
March 29, 2014 at 11:42 am
For this particular issue, possibly no real benefit. The problem we are having is that we can't see what you see which means all we can give you are...
March 29, 2014 at 11:23 am
Here is where I am going to start you. Since you have declared the input parameter to the stored procedure as NVARCHAR(MAX) I would not use a T-SQL CSV...
March 29, 2014 at 9:27 am
kevin_nikolai (3/28/2014)
March 29, 2014 at 9:19 am
river1 (3/28/2014)
I'm doing this query:
DECLARE @TESTE BIGINT
DECLARE @DB VARCHAR(100)
SET @DB ='SGCTCENTRAL'
SET @TESTE = ('SELECT MAX(CODIGO) FROM '+@DB+'.DBO.SINCRONISMO')
SELECT @TESTE
I get this message:
Msg 8114, Level 16, State 5, Line 8
Error converting...
March 29, 2014 at 9:03 am
Jeff Moden (3/29/2014)
tlunsf (3/28/2014)
Ninja's_RGR'us (5/26/2011)
What didn't you understand in my previous post?What part of ONLINE = SOMETHING OTHER THAN OFF GOES HERE are you having troubles with?
It is comments like...
March 29, 2014 at 8:50 am
dost ind (3/29/2014)
my result should show rolling 12...
March 29, 2014 at 8:45 am
shashianireddy (3/29/2014)
NAME ADDRESS IDNO EMPCODE
SVR HYD ...
March 29, 2014 at 7:56 am
Not sure if this will help but it is a place to start:
http://msdn.microsoft.com/en-us/library/ms162819(v=sql.120).aspx
March 29, 2014 at 7:36 am
Viewing 15 posts - 6,856 through 6,870 (of 26,490 total)