Viewing 15 posts - 121 through 135 (of 262 total)
sp_change_users_login, sp_password, sp_addlogin, sp_droplogin, sp_grantlogin, sp_revokelogin
etc.
September 26, 2008 at 10:01 am
1. I do not understand why do you need to change a collation level on server, since it is not changing collation level on existing databases anyway.
2. You do not...
September 26, 2008 at 9:29 am
At the moment, the biggest interest for us from 2008 is the possibility of not being limited to 4GB of database size
Sql Server 2008 Express: 1CPU; 1GB of RAM; 4...
September 26, 2008 at 7:19 am
SPN is a service principle name. SPN problem is indicating a problem with registering SPN in AD.
The article I referenced giving you (your network manager) a step by step instructions...
September 26, 2008 at 5:16 am
rob,
that is where I suggested to "load balance" updates based on some "range values".
In other words
IF SOMECRITERIA IS TRUE AND SERVER1 IS ONLINE UPDATE SERVER1
IF SOMECRITERIA IS TRUE UPDATE...
September 26, 2008 at 5:08 am
Marios,
Format() does not change the field value. If instead of 615 you are receieving 615615, you made an error in expression.
September 25, 2008 at 4:02 pm
With this scenario you do not need MSMQ. You will have all three servers being the same (from end user prospective of view).
Each server will publish to two other.
If...
September 25, 2008 at 2:34 pm
How about running it from the server where the bigger table is located?
September 25, 2008 at 1:53 pm
rob,
I am assuming that here there is a mix of two problems.
From one you are trying to achieve a load balancing between three servers. From another you want to add...
September 25, 2008 at 1:44 pm
There is one more scenario. It is using synonyms in SQL 2005.
In this case this is "granted by design". You need to recreate synonym if the table on which synonym...
September 25, 2008 at 1:14 pm
Arpan,
the problem with your script is in the fact that Registry location is changing for every version of SQL server. I.E. For SQL 2000; for SQL 2005 and named instance...
September 25, 2008 at 12:26 pm
Any chance you are using firewall on your local machine?
And if yes, can you please try turning it off and then trying to reconnect?
September 25, 2008 at 12:12 pm
= "$" & Format(Fields!Field1.value,"##,###,##0.00")
September 25, 2008 at 12:04 pm
Viewing 15 posts - 121 through 135 (of 262 total)