Viewing 6 posts - 1 through 6 (of 6 total)
Hi,
I have used Pivot query but since I need to get values from MsgType field which is varchar, I am unable to get the desired result. Below is the query...
June 6, 2013 at 2:26 am
Thanks .. this is what i was looking for..
February 18, 2010 at 6:17 am
yes. I want it the same way because this must be a common function returning a table.
eg:
@array varchar(max),
@RowDelim varchar(10),
@ColDelim varchar(10)
I will pass the values to the above parameters...
February 1, 2010 at 6:02 am
actually i am passing this as a parameter from ASP.net application as a string and then in the Stored Procedure, i want to split the string and return a table,...
February 1, 2010 at 4:39 am
In the 1st step of the Job, i have written this code, with TYPE as Active X Script.
CheckFiles()
Function CheckFiles()
Set objFSO = CreateObject("Scripting.FileSystemObject")
File1 = "\\136.51.141.167\temp\SCM.csv"
File2 = "\\136.51.141.167\Test\HOST.csv"
File3 = "C:\SCMExports\RELATIONSHIP.csv"
File4 = "C:\SCMExports\SVC.csv"
File5...
July 29, 2009 at 4:55 am
Viewing 6 posts - 1 through 6 (of 6 total)