Viewing 5 posts - 1 through 5 (of 5 total)
It is working up to 30,000 character length in Tabular model.
February 8, 2016 at 12:25 pm
Can add the screen shot of your final step Saving. Are you saving the package to FileSystem or to SQL Server
March 18, 2010 at 3:02 pm
Let us know What is the SQL Server Version you are using and in the final wizard before saving, are u saving the package in Sql server or file system....
March 17, 2010 at 2:31 pm
Hi
Check the following link for more information.
http://msdn2.microsoft.com/en-us/library/ms180800.aspx
Thanks,
Krishna
February 6, 2008 at 1:05 am
Hi,
Check the following link for the usage of sp_validname
http://msdn2.microsoft.com/en-us/library/ms189525.aspx
You can use the following way in your code.
DECLARE @ReturnValue bit
EXEC @ReturnValue = sp_validname 'ObjectName'
SELECT @ReturnValue AS ReturnValue
Thanks,
Krishna
January 23, 2008 at 3:18 pm
Viewing 5 posts - 1 through 5 (of 5 total)