Viewing 5 posts - 1 through 5 (of 5 total)
Steve is right. There is more in life than our career. In IT, we do our best, work overtime and endure stress. No matter how much extra effort you put...
June 6, 2008 at 1:31 am
Hi,
Try this,
SET FMTONLY OFF
SELECT * FROM [LinkedSeverName].master.sys.sysaltfiles
Hope you find it helpful.
Regards,
Jasmin Tang
May 29, 2008 at 3:06 am
Hi,
You need to ensure that the file test.xls is in the SQL server's C: drive itself, not in the server/pc where you are executing the statement.
Hope you find it helpful.
Regards,
Jasmin...
May 29, 2008 at 1:27 am
Hi,
Try specifying the object owner, something like this, which works fine for me:
SELECT * FROM [LinkServerName].master.dbo.sysaltfiles
Hope you find it helpful.
Regards,
Jasmin Tang
May 28, 2008 at 6:46 pm
Hi,
I have modified from the previous post by including holidays. You need to create a holiday table with the holiday dates stored.
DECLARE @dDate AS DATETIME
DECLARE @sContinue AS CHAR(1)
SET @dDate =...
May 26, 2008 at 1:44 am
Viewing 5 posts - 1 through 5 (of 5 total)