Forum Replies Created

Viewing 15 posts - 16 through 30 (of 41 total)

  • RE: Strange warning when trigger is executed

    Yes, I agree this a custom message, and not the SQL Engine.

  • RE: Cycling Those Error Logs

    Hi Guys, Steve,

    We have a similar setup, but we also have changed the registry to allow sqlserver to record 7 log entries, so that we also have the last weeks...

  • RE: Renaming SQL server 2000

    You may want to check the Active Directory (if you are using it) as I have found that simply renaming a server isnt the end of the issue, as AD...

  • RE: Checksum on SQL 7

    h

  • RE: bit vs tinyint vs char(1)

    I tend to reserve the use of nulls for things that havent been asnwered at all, rather than for an unknown, as technically when a user answers unknown, she/he is...

  • RE: bit vs tinyint vs char(1)

    this is all very true, but I have run into this problem quite often with various clients, where the scope of the table or field is set in stone at...

  • RE: How Can I Determine Table References?

    hiya, thanks for that.

    i didnt explain my question very well, (infact my explanation was attrocious).

    I want to be able to determine what order I need to insert the table in...

    so...

  • RE: Automatically load DTS packages

    yes, or compile them as a DLL in VB and use them in .NET once you have given them a RCW - I have written a C# class that will...

  • RE: Obtaining Physical Disk Size

    exec master..xp_fixeddrives

     -- Alex

     

  • RE: Database Compatibility Modes

    Usually, when I migrate from 7 to 2000, I have found the easiest way is to detach the database from v7 using sp_detach_db, copy the MDF (and the log if...

  • RE: Null

    alternatively if you want to check for more than 1 value. You could use a CASE statement. Check BOL for the correct syntax.

     

     -- Alex

     

  • RE: SQLPing Attacks?

     ... dont listen on the default port.

    I beleive you can 'hide' what port SQL Server listens on, which infact just alter the default port.

     -- Alex

     

     

  • RE: How to Store resumes in SS2000?

    Hi, I'll give you some info on how I last achieved this for a recruitment company here in London. (I'm not sure if another post has already included this information...

  • RE: DB Standards Reality Check

    Cheers for that Greg.

    What if ourdata analyst, administrator or even CEO were to want read access to data, and hence every object.

    Is the db_datareader still a bad option?

     -- alex

     

  • RE: DB Standards Reality Check

    hi all, can someone inform me of all the drawbacks of using db_datareader, db_datawriter, etc.

     

    thanks,

    Alex

     

Viewing 15 posts - 16 through 30 (of 41 total)