Viewing 9 posts - 1 through 9 (of 9 total)
Oops, I forgot to mention...SQL SERVER SERVICE BROKER. :hehe:
March 21, 2011 at 9:38 am
Woof...how it will?:unsure:
March 21, 2011 at 8:47 am
mmm...impresive...nice solution
March 21, 2011 at 6:02 am
Ofcourse better we can make a as UDF...Wont it?
March 21, 2011 at 5:14 am
DECLARE @EmployeeIDCSV varchar(100)
SELECT @EmployeeIDCSV = COALESCE(@EmployeeIDCSV+ ', ', '') + CAST(Emp_ID AS varchar(5)) FROM Employees
SELECT @EmployeeIDCSV
We can also use this...So compact...
March 21, 2011 at 5:01 am
Hai Guys try this...
Reading the File
The files will be read into a File Stream and then the File Stream will be converted into byte array using BinaryReader in order to...
September 9, 2010 at 8:17 am
Use Visual studio whenever you build xml schamas. This will avoid such kind issues being populated.
otherwise you can use EditiX Lite Free Version to build schemas.
September 7, 2010 at 11:53 pm
Hei 100000 thanks to you....Its cool...Yahooooooo
September 2, 2010 at 5:24 am
It should work
SELECT COVERT(VARCHAR,GETDATE(),111);
September 2, 2010 at 2:43 am
Viewing 9 posts - 1 through 9 (of 9 total)