Viewing 15 posts - 1 through 15 (of 115 total)
I have tryed that, but not able to get any script out.
just getting below error.
Msg 22047, Level 16, State 0, Line 0
Error executing xp_get_script extended stored procedure: Specified resource name...
January 4, 2008 at 9:43 am
I already tried {,}{CR}{LF} this option but it didn't work.
Now I am using Script Task for getting rid of that extra comma. so far its working fine.
Thanks all for your help.
June 6, 2007 at 1:31 pm
Hi All,
Thanks for your help.
The problem is solved now, their where 2 problems.
One with server Ethernet port, never would have guessed unless saw some lost packets. The other one was...
May 18, 2007 at 12:24 pm
Hi Stefan,
I tried recreating Index every thing, but no luck.
I think what you said about the system db might be true, but not sure as of now how much that...
May 17, 2007 at 12:31 pm
Hi, This link may be help full for you.
http://vyaskn.tripod.com/hierarchies_in_sql_server_databases.htm
May 11, 2007 at 10:36 am
David i agree with you on this, even i have customized my function do deal with this issue.
Thank you all very much for your suggestions.
April 20, 2007 at 12:58 pm
I had a function in 2000 which use to substring & convert values from varchar column, now this is failing in 2005 because its excepts the "\" char as number but...
April 20, 2007 at 12:13 pm
Thanks a lot for all your help.
I wanted my final output as datetime.
November 21, 2006 at 10:09 pm
I have data in one table without time & while writing the query i have the statment says col1> getdate(), which gives different result as getdate comes with time so i...
November 20, 2006 at 5:31 am
I want my final output should be date only not varchar.
this is what i am useing now..
select convert(datetime,convert(varchar,getdate(),105),105)
November 20, 2006 at 5:07 am
How are you using the trace, but SP or by Profiler?
November 17, 2006 at 4:33 am
THis query should help you.
Exec sp_MSforeachdb 'select name,rowcnt from ?..sysindexes where id in (select object_id(name) from ?..sysobjects where xtype =''u'') and status = 0'
November 17, 2006 at 2:14 am
check if the data grid is truncating some part of your resultset.
October 31, 2006 at 4:59 am
Viewing 15 posts - 1 through 15 (of 115 total)