Viewing 15 posts - 5,161 through 5,175 (of 5,394 total)
I don't think that the problem is with ISNULL or COALESCE, but with the way the optimizer treats the data in the test table. At some point it decides that...
June 8, 2009 at 9:59 am
I don't have documentation on this topic, but I can only tell you that I experienced the same behavior when multiple log files are involved.
This shouldn't be an issue, anyway.
Regards
Gianluca
June 8, 2009 at 9:13 am
I don't know if this is your issue, but maybe you just need the plugin to manage the DTS packages in SSMS.
Download it from here:
Hope this helps
Gianluca
June 8, 2009 at 1:39 am
What's the command text for these processes? What's the host originating the process: the same as the SQL Server or a different machine?
June 8, 2009 at 1:31 am
jcrawf02 (6/5/2009)
Mark (6/5/2009)
jcrawf02 (6/5/2009)
Gianluca Sartori (6/5/2009)
I don't know if this is a proof, but for sure it is "half a proof".Regards,
Gianluca
Does that make it a theorem?
More of a conjecture I...
June 5, 2009 at 8:45 am
Did you try LEN(REPLACE(@charstring, 'A', 'AA') ?
Does it perform better?
June 5, 2009 at 2:45 am
You're incredibly lucky: take a look at today's articles:
June 5, 2009 at 2:39 am
Jeff Moden (6/4/2009)
June 5, 2009 at 1:34 am
If you can't have a VBS, then you need something able to connect to SQL server and issue queries. One thing that comes to my mind is sqlcmd or osql....
June 5, 2009 at 1:31 am
It's a bit difficult to understand what you want to achieve.
Are you working with reporting services?
.Net Application?
I suggest you take a look at this[/url] article and then come back...
June 4, 2009 at 10:49 am
You could write a .VBS Script to connect to the server and issue msdb.dbo.sp_start_job @job_name = 'yourjobname'.
Hope this helps
Gianluca
June 4, 2009 at 10:40 am
Your code runs perfectly, what's the matter with it?
If you want to run it only against a specifica DB, you could try to add the @db param, like this:
ALTER PROCEDURE...
June 4, 2009 at 10:35 am
Did you check if the TCP/IP protocol is enabled?
Does the output of NETSTAT show the TCP port configured in SQL Server Network Utility as LISTENING?
June 4, 2009 at 10:19 am
Jeff, has your avatar something in common with this?
http://www.youtube.com/watch?v=vF4iWIE77Ts
It's incredible I didn't notice it before!!
June 4, 2009 at 6:31 am
Did you try to log in to the sqlserver machine with the proxy account and run dtsrun directly from cmd prompt? It could also depend on env variables.
June 4, 2009 at 3:47 am
Viewing 15 posts - 5,161 through 5,175 (of 5,394 total)