Viewing 4 posts - 1 through 4 (of 4 total)
I figured out what the problem was.
I was declaring the variable having the datatype NVARCHAR, where they should be declared as VARCHAR 🙁
Thanks
September 23, 2011 at 5:05 am
Hi, I was trying to use xp_delete_file in one of my stored procedure. I was tryign to pass all the parameters like folderPath, FileType and Date to delete the files...
September 22, 2011 at 4:53 am
You can simply try using:
SELECT [name] from sys.default_constraints
WHERE parent_object_id = OBJECT_ID(N'[dbo].tbYourTableName')
...
January 30, 2009 at 4:58 am
December 5, 2005 at 10:25 am
Viewing 4 posts - 1 through 4 (of 4 total)