Viewing 15 posts - 6,256 through 6,270 (of 18,926 total)
How do you execute it?
EXEC() and sp_executesql have no limits.
May 11, 2011 at 6:37 am
In the parameter you'll have 1 or more value that has an apostrophe in it. That cause the concatenation to generate an invalid query and gives you the output...
May 11, 2011 at 6:35 am
Can you post the exact error and context of the error?
As I said I didn't let the schedule run but it was scheduled correctly on my machine (2005 standard 64...
May 11, 2011 at 6:29 am
Why am I tempted to answer : Me, without any doubt :w00t:.
May 11, 2011 at 6:25 am
Assuming the query is smaller than the total ram + disk it should run... there was a 256 table limit in sql 2000, I don't know if it's still...
May 11, 2011 at 6:24 am
Is powershell an option? I can't code with it but I'm sure google would solve that one for ya.
<oi>sql?
SSIS?
May 11, 2011 at 6:22 am
Syed Jahanzaib Bin hassan (5/11/2011)
declare @query varchar(1000)
declare @fsinfo varchar(1000)
set @driveName = 'C'
set @query ='fsutil volume diskfree '+@driveName+':\'
set @fsinfo = 'fsutil fsinfo volumeinfo '+@driveName+':\'
exec xp_cmdshell @query
exec xp_cmdshell @fsinfo
check this...
May 11, 2011 at 6:21 am
Any way the connection settings are different and maybe you have a divide by datediff() which can result in 0 in java?
Other than that is it works in ssms...
May 11, 2011 at 6:16 am
colin.Leversuch-Roberts (5/11/2011)
May 11, 2011 at 5:28 am
GSquared (5/10/2011)
May 11, 2011 at 5:23 am
Jeffrey Williams-493691 (5/10/2011)
Now, not sure why you would...
May 11, 2011 at 5:22 am
I've already tackled the problem when doing change documentation (or more change list).
Let's say you alter the invoice object. What are all the points in the application that you...
May 11, 2011 at 5:18 am
GilaMonster (5/10/2011)
chaudharyabhijit (5/10/2011)
Thanks for the link. There should be a feature to be able to delete a post.
There used to be. We had too many cases of people deleting their...
May 10, 2011 at 11:44 am
Psst, don't tell anyone but that,s not my real picture :w00t:.
I'm almost on the 3rd of a century mark (only 1000 days off)! :w00t:
Ninja/Anakin
May 10, 2011 at 11:26 am
Anyone can beat that? Count occurences on 500 M rows.
http://www.sqlservercentral.com/Forums/Topic1106314-149-1.aspx
May 10, 2011 at 11:21 am
Viewing 15 posts - 6,256 through 6,270 (of 18,926 total)