Forum Replies Created

Viewing 15 posts - 151 through 165 (of 227 total)

  • RE: adv topics

    What Topics are you labeling "advanced"? What areas of SQL Server are you interested in learning more about? SSIS, Replication, performance tuning, ...

    Give us some areas that interest you...

  • RE: Convert Function?

    Molly,

    For your NULL issue, look up the ISNULL Function in SQL Server Books On Line (BOL). It will allow you to change the value in the given column from...

  • RE: SQL Server 2000 Backups - Best practices/advice

    From a SQL Server 2000 patch perspective, I would recommend you document the current version of each database server.

    The current SQL Server 2000 patch is 2000 SP4+916287/914384/898709/915065/915340 (version: 8.00.2187)

    A cumulative...

  • RE: Convert Function?

    Molly,

    The best way to learn is "under fire"! 😎

    Can you drop/recreate the view? If so then ...

    1) Post create table statement of the base table in question.

    2) Post the Create...

  • RE: Convert Function?

    Molly,

    Have you considered creating a View with the modified column structure, or a series of calculated columns off of the original "free form" Column?

    If so, you could create your view,...

  • RE: SSIS Lookup Transform on DB2 database

    A bit of a warning.

    The DB2 Driver in the Feature pack will only work with

    SQL Server 2005 Developer Edition

    OR

    SQL Server 2005 Enterprise Edition.

    If using SQL Server 2005 Standard Edition....

  • RE: Cannot Edit Jobs from SSMS

    Jeff451,

    A few things come to mind that you can try.

    1) Is your machine patched to the same SQL Server version of the Database server?

    (Open SSMS on the workstation Help...

  • RE: disk space going fast?

    WinRAR is a compression tool similar to Zip/Winzip. My guess is that someone on the server is using WinRAR to compress files. Search the machine for *.RAR (WinRAR...

  • RE: Validating Excel Data via SQL Server 2005

    John,

    I have a conceptual idea of what you want to do. You will have the least amount of headache by working as much as possible within SQL Server, in...

  • RE: Need to drop a user without shooting myself in the foot

    Additionally I would recommend disabling the user for a period of time, say a month, before deleting. Giving you time to object change ownership to the proper account.

    In a...

  • RE: password age

    figaro,

    This should get you started ...

    -- SQL Server 2000

    -- Column Comments pulled from SQL Server Books OnLine

    -- (BOL) topic: sys.logins(Transact-SQL)

    -- Selected columns from master.dbo.syslogins Table.

    select

    createdate -- Date the...

  • RE: Display Month wise data

    I believe you are looking for "cross-tab" functionality in Crystal. I am using Crystal Reports Developer, Full version 11.0.0.1282 (I need to update to 11.5). The help file...

  • RE: Orphaned Users

    Phil,

    Here are my notes on dealing with (detecting and correcting) Orphaned Users. Everything should work with SQL Server 2000 and SQL Server 2005.

    --

    Source: http://support.microsoft.com/kb/274188/

    PRB: "Troubleshooting Orphaned Users"...

  • RE: do DBAS need local system admin privileges? and why?

    tvu4251,

    I had a similar situation with a Server Admin at a previous company. He was nice and friendly in meetings, in front of others, etc. When I would...

  • RE: SQL Server 2005 Crossword No.1

    Ravi,

    Thanks a lot for taking the time to put this together (and thanks to whoever else it took to get the technical parts working).

    That was a nice little "coffee break"...

Viewing 15 posts - 151 through 165 (of 227 total)