Forum Replies Created

Viewing 15 posts - 1 through 15 (of 17 total)

  • RE: Date and Time in SQL Server 2008

    Nice article.

    Are there any new format options that go along with the new data types?

    So when we currently say Convert(varchar,DATETIME,112) are there new options for

    Convert(varchar,TIME,xxx)? I'm sure there must...

  • RE: Server Side Paging With SQL Server 2005

    Nice article.  I particularly liked the showcasing of the usefullness of the new ROW_NUMBER() function in SQL Server 2005.  I typically stick to developing on the SQL Server side and...

  • RE: sorting puzzel

    I agree that the problem lies with the query plans sql server is generating.  Does the stored proc have input variables that need to be passed at run time?  Are...

  • RE: moving dts to ssis...

    well..before I start a revolt.  Those were things I heard from someone you is very plugged in to Microsoft and gets to see the early ideas.  The final result may...

  • RE: moving dts to ssis...

    pretty much anything that is an ActiveX task will be a problem.  Like Michael said, the DTS to SSIS migration won't be of much use.  It really only works well...

  • RE: Troubleshooting: Jobs not running.

    OK, thanks.  In a previous reply, you said you tried setting the owner to sa and received a similar error?  Could you post the exact error?  ...  reason being, it...

  • RE: Troubleshooting: Jobs not running.

    the sp_change_users_login procedure is only used for SQL server Logins.  When dealing with Windows Authentication, the SIDs assigned to a Domain user are set at the domain controller, so you...

  • RE: Troubleshooting: Jobs not running.

    In the interest of just getting it running, you may want to just change the job owner to <sa> and see if that allows the job to run.  Also, did...

  • RE: Upgrade from SQL 2000 to SQL 2005 Problem in Active/Active Cluster Environment

    oh, I see Julie already covered that one.  Sorry for being redundant.

  • RE: Upgrade from SQL 2000 to SQL 2005 Problem in Active/Active Cluster Environment

    somewhere rattling around in the back of my head..comes the fact that you cannot run the installer via an RDP session or something of the sorts.  You get that message...

  • RE: SQL 2005 problem

    Can you post the query, or an approximation, including the where clause an order by, if there is one?  Also, could you post the create script of the Index?  I'm...

  • RE: SQL 2005 problem

    Something else that I've noticed in 2005 vs. 2000 is the optimizer in 2005 appears to try to avoid a sort operation in the query plan at any cost.  This...

  • RE: Mirrored Backups

    Great article.  It's nice to see some basic new features every once in a while.

    Unfortunately, I presume that the fault of an all or nothing backup will make this too...

  • RE: globally changing DTS Connections across instance?

    You could just rename your new server to match the old one ...  just kidding!

    I agree with Michael Earl, that the best quick solution is either an alias to the...

  • RE: Unique index message

    You will need to update the link to the Sql Table in Access after adding the PK to the table.

Viewing 15 posts - 1 through 15 (of 17 total)