Forum Replies Created

Viewing 15 posts - 256 through 270 (of 295 total)

  • RE: Local V Global Variables

    Thanks.

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: SQL 2005 Restores Stuck in (Restoring...) Mode

    When you restored did you leave in a NORECOVEY or STANBY state?

    Try: Restore database DBName with Recovery

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Orphaned local groups after upgrading from sql 2000 sp 4 to sql 2005 sp2

    The results of sp_helprevlogin applied to the new server should work if the domain is the same, if there were problems then you will get error messages indicating which logins...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Database Mail Works but Alerts Do Not

    One thing to try, within SQL Server Agent move to Alert System and Ensure that the Enable Mail Profile is checked.

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Suggestion about partitioning in small database

    The 3 tables could be joined in a view, if each of the tables was placed in a different filegroup you would have your partitioned view.

    You may wish to extend...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Collation Error 468

    The same but not the same, SQL Server doesn't recognise them as the same.

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Collation Error 468

    I most often come across the issue when the server install gets completed and the guys don't alter the regional settings to UK, then when SQL Server gets installed it...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Collation Error 468

    "Most DBAs don't ever deal with multiple languages or different collation and sort order settings in SQL Server"

    The majority of UK DBA's will have come across collation issues, its...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Server Name

    If I alter the server name I will use sp_dropserver sp_addserver, however the clients are all connecting via an application which uses an .ini file that contains both connection details...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Server Name

    They seem to have a .ini file with the connection string in it, the server name in this file seems to be the new server name.

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Server Name

    I'm fine with fixing this with sp_dropserver sp_addserver what I'm not a hundred percent sure of is whether the 100's of users connected will have any problems if I fix...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Moving a SQL 7 database to a 2000 server

    If you detach and reattach from 7 to 2000, remember to reindex also probably need to update statistics as well.

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Reporting Services Makes Server Support Easier

    The user would need probably need execute permissions on xp_fixeddrives.

     

     

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Seeking assistance with linked server

    In Enterprise Manager when you view the linked server can you see the tables? Probably not. Try the following:-

    Read books online look for sp_addlinkedserver, sp_dropserver and sp_addlinkedsrvlogin.

    Drop what you've already...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Reporting Services Makes Server Support Easier

    If you just drag the field over from the dataset window it will poplulate with the First syntax ie:

    =First(Fields!Started.Value, "ServerNameUptime")

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

Viewing 15 posts - 256 through 270 (of 295 total)