Viewing 15 posts - 226 through 240 (of 278 total)
Gift Peddie (4/21/2009)
When you add your intranet users in your AD group make sure you also add them manually into SQL Server and the databases used by that application or...
April 21, 2009 at 9:41 am
As Brandie mentioned, having AD groups in place with the individual users, which you probably have already, facilitates much more the administration at SQL level, where you only would need...
April 21, 2009 at 8:23 am
I had to go trough the painful task of updating the Collation.
Here's the command I used:
start /wait setup.exe /qn INSTANCENAME= REINSTALL=SQL_Engine REBUILDDATABASE=1 SAPWD= SQLCOLLATION=
This will rebuild the master databases. You...
April 20, 2009 at 2:21 pm
You need to do Database Mirroring between 2 instances of SQL, so in your case you should probably use your first option, one server attached to one SAn and the...
April 10, 2009 at 12:38 pm
Permissions must be granted to users only on the module itself, without having to grant them explicit permissions on the referenced objects.
If you wanted explicit permissions...
April 9, 2009 at 11:27 am
SA.. as Ramesh asked above, do you see that entry on your SQL Server log? This would indicate that SQL Server is properly taking the changes and actually using them.....
March 31, 2009 at 7:12 am
I guess in your case, as you need it mainly for reporting, Mirroring with Snapshots should do. You'd only have to device a functionality to keep the snapshots updated, with...
March 27, 2009 at 12:27 pm
You can't use mapped drives directly, use the UNC path to the shared folder.
Also, make sure your SQL Server is running under a domain account that has the proper permission...
March 16, 2009 at 9:33 am
I'll match the other 10%
From what I have been able to find, that is the only way......
March 12, 2009 at 2:22 pm
...as mentioned above, use EITHER the IP address or the servername.. NOT BOTH
March 12, 2009 at 8:33 am
There is a much easier way, without encryption.
You can define col2 as either a varbinary or image type and cast the string into it. To Select, from your app, you'd...
March 12, 2009 at 7:44 am
Is 192.168.2.117.sprintdev.local reachable? Most likely not.... try only with 192.168.2.117
March 12, 2009 at 7:19 am
... and adding on to Mohit, the initial size of the Snapshot will be 0 and it will grow as data changes. This way Any data retrieved from the Snapshot...
March 11, 2009 at 2:21 pm
Viewing 15 posts - 226 through 240 (of 278 total)