Viewing 12 posts - 1 through 12 (of 12 total)
Hi
I have solved my own question.
However, I now have an extended question...
This calculated measure worked to obtain the previous period & category's closing balanceIIF([Dimensions].[Period].Prevmember IS NULL, 0,
([Dimensions].[Period].Prevmember,...
November 29, 2018 at 9:05 am
Hi,
I found a solution:
Open Sql Server Configuration Manager.
GoTo: SQL Native Client 10.0 Configuration, Aliases.
Create a new Alias with the following settings:
Alias Name: localhost
Pipe Name: \\MyComputerName\pipe\MSSQL$sql2008\sql\query
Protocol: Named Pipes
Server: MyComputerName
Now I can...
November 25, 2009 at 7:03 am
Hi
The executable is kind of like a 'poller'
it will call a WCF service repeatedly (using a timer with about 10 second intervals - at least) until all records that it...
November 18, 2009 at 2:06 am
Hi,
Could you please guide me in the right direction?
Links to these scripts you mention, or a link to powershell article etc. that describes how to do this?
Thanks
August 26, 2009 at 2:02 am
thank you!!! simple but effective.
The great thing is that one can simply refer to a variable in the child package if it is executed in the same process.
When deploying this...
June 19, 2009 at 2:48 am
Sorted it out, we had to change the way our operator is set up - to which emails are sent when jobs fail. The email addresses that we specified where...
August 21, 2008 at 7:43 am
But that is what I also basically tried on the production server.
I created a new database with a name that has never been used for a database on that server...
August 19, 2008 at 3:04 pm
Hi
yes, same version, same steps (we have them documented).
I'm really lost with this problem.
I have managed to get microsoft to also look into this problem, they contacted me and I...
August 19, 2008 at 12:28 pm
😉
Hi, we have used (documented) the same steps for creating publications for 5 databases and it has always worked, but now i cannot even create a publication for a new...
August 19, 2008 at 11:43 am
I found a solution!
The problem is that I cannot convert the parameter to a GUID which is what the stored procedure expects so .....
1. Added the following code to the...
March 26, 2008 at 3:01 am
Hi John
I have tried your suggestion with net use, by first disconnecting the server and then running net use with my domain account, which worked after i entered my password.
But...
September 12, 2007 at 3:40 am
Hi
I can use things like remote desktop to log on to the server, and open ssms within the remote server! BUT I cannot locally open ssms.
RunAs does not work since...
September 11, 2007 at 2:03 am
Viewing 12 posts - 1 through 12 (of 12 total)