Viewing 6 posts - 1 through 6 (of 6 total)
dammit, I just realized that I missed the fact that the insert is attempting to execute in a different database even though the procedure is being run from the correct...
September 9, 2004 at 7:42 am
select isnull(cast(streetnumber as varchar(5)),'')
July 28, 2004 at 12:20 pm
Based on where I work, I wouldn't expect anything. Not too sure what kind of constraint you could put onto the Scores table to enforce that the sum of...
July 22, 2004 at 1:58 pm
two questions:
1. should we compensate for incomplete games, or assume the games are always going to consist of 10 frames?
2. do you want error checking/handling for invalid scores...
July 22, 2004 at 1:24 pm
set @sourceFile = '\\networkname\filename.txt'
set @archiveFile = '\\networkname\filename.zip'
set @rar = '"C:\Program Files\WinRAR\rar.exe" a -df ' + @archiveFile + ' ' + @sourceFile
set @sqlstate =
'EXEC master.dbo.xp_cmdshell ''' + @rar + ''''
exec...
March 15, 2004 at 8:24 am
quote:
quote:
It said that the first 8 lines are used for determining whether the...
December 13, 2003 at 4:17 pm
Viewing 6 posts - 1 through 6 (of 6 total)