Forum Replies Created

Viewing 15 posts - 226 through 240 (of 278 total)

  • RE: T SQL

    Steve Jones - Editor (5/27/2009)


    The question has been corrected to fix the typo and include an ORDER by clause.

    main.denis, sorry we are not responding fast enough for you. It is...

  • RE: Logins for applications in SQL2005 across the web

    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...

  • RE: Logins for applications in SQL2005 across the web

    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...

  • RE: Changing the collation of system databases

    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...

  • RE: TSQL

    I love it when the explanation contradicts the shown correct answer.......

  • RE: 2 SAN's, 2 SQL Server2008 Servers, and Database Mirroring

    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...

  • RE: Under what Login do TRIGGERS run?

    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...

  • RE: AWE Enabled

    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.....

  • RE: Looking for an alternative to Logshipping

    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...

  • RE: Deleting files on a Map Network Drive using xp_cmdshell or ...?

    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...

  • RE: Downgrade SQL 2008 enterprise to standard edition

    I'll match the other 10%

    From what I have been able to find, that is the only way......

  • RE: Mirroring Error

    ...as mentioned above, use EITHER the IP address or the servername.. NOT BOTH

  • RE: how to mask or hash data stored in a column

    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...

  • RE: Mirroring Error

    Is 192.168.2.117.sprintdev.local reachable? Most likely not.... try only with 192.168.2.117

  • RE: SQL 2005 Snapshots

    ... 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...

Viewing 15 posts - 226 through 240 (of 278 total)