Viewing 13 posts - 31 through 43 (of 43 total)
Lowell (9/5/2012)
nzhang6666 (9/5/2012)
I didn't know function can not be used in parameters of a table...
September 5, 2012 at 6:45 am
Lowell (9/5/2012)
change your database compatibility.
EXEC dbo.sp_dbcmptlevel @dbname=N'SANDBOX', @new_cmptlevel=90
try it in tempdb if you want, and it works fine, since tempdb will...
September 5, 2012 at 6:29 am
Just found out. The compatible level of the database is set to sql server 2000 (8.0).
I didn't know function can not be used in parameters of a table valued function...
September 5, 2012 at 6:26 am
I got following error when compiling --1 (commented --2 and --3).
Incorrect syntax near '('.
Are you testing on SQL server 2005?
September 5, 2012 at 6:19 am
Hi opc, I saw your code. But actually I was not just seeing the results of the config statements. There are more logic after the config statements, which I didn't...
August 29, 2012 at 2:25 am
Thanks for the replies, I was on holiday so didn't come here.
Actually in my first proc (nz_test1) I just want to make sure to turn on 'xp_cmdshell' and 'ad hoc...
August 28, 2012 at 4:17 am
Hi Lynn,
I got the point. The receipt_id can not guaranteed to be ordered, if it's not the first column in the ordering columns. In this case the subtype is fixed,...
August 23, 2012 at 9:37 am
Hi Lynn,
Just compared the results and they are same.
I don't understand why you suggest doing this. I mean even the data is different but they are still ordered. As...
August 23, 2012 at 8:50 am
Thanks for the reply. I will be able to do some test next week. We will see. Thanks.
August 23, 2012 at 7:42 am
It seems trying to add timeout in openrowset is not doable. The workaround is to try to ping to the server use xp cmdshell 'ping -n 2 -w 3000 ip'...
August 8, 2012 at 9:19 am
benjamin.reyes (8/2/2012)
First that the login you're using has access to the C drive on the testserver. I'd then also check that xp_cmdshell was enabled.
I can use the sa account...
August 2, 2012 at 9:15 am
Viewing 13 posts - 31 through 43 (of 43 total)