Viewing 6 posts - 1 through 6 (of 6 total)
Is there really no one who can reproduce my issue !?!?
November 20, 2019 at 8:09 am
Hi, thanks for quick answer.
@@ServerName = SQL01 (same as physical servername)
Yes, its possible to connect via IP (local and from remote machine).
It seems that there runs no processes on local...
January 5, 2010 at 7:25 am
My Mistake!! The statements are not copy & pasted correctly by me.
Here a better Version:
DECLARE @Cmd VARCHAR(4000)
SET @Cmd = ' "C:\WINDOWS\system32\windowspowershell\v1.0\powershell" "& Get-Process " '
PRINT @Cmd
exec master..xp_cmdshell @Cmd
SET @Cmd =...
July 29, 2008 at 12:38 am
No ideas??
I found the same question here: http://www.sqlreportingservices.net/Ask/6509.aspx
But there is no solution too.
Daniel
May 15, 2008 at 1:46 am
Try this in Management Studio:
CREATE TABLE #tbPersonalDetails(
PK_ID INT NOT NULL PRIMARY KEY,
[Name] NVARCHAR(50) NOT NULL,
Married BIT NOT NULL,
DOB SMALLDATETIME NOT NULL,
BachelorsDegree BIT NOT NULL,
MastersDegree BIT NOT NULL,
Profession NVARCHAR(100) NOT NULL,
Retired...
April 10, 2008 at 1:05 am
Viewing 6 posts - 1 through 6 (of 6 total)