Forum Replies Created

Viewing 15 posts - 181 through 195 (of 692 total)

  • RE: SQL Server as a Service or a Console Application

    I am by no means an expert on services/console apps, but you can see if it is running as a service by opening Control Panel or Administrative Tools and then...

  • RE: Restoring database in T-SQL

    If I understand your question, not being able to change the logical filename in the restore won't be a problem.  Give the database a new name, and new names for...

  • RE: Aye Yi Yi

    Ach, du lieber!

    I had a long response typed in and clicked the post reply button and lost it!  I'll keep it shorter this time, and copy it to the clipboard!

    Farrell,...

  • RE: Extracting correct week from getdate()

    But...

    By the same token, 8 days does not constitute a week. Its 1.132857 weeks.  What we're talking about here is a business rule.  You have to decide whether your week...

  • RE: Installed SQL License Question

    Just a little FYI -

    This comes from Microsoft's website

    http://www.microsoft.com/sql/howtobuy/faq.asp

    A Processor license gives you the right to install any number of copies of SQL Server 2000 on a single...

  • RE: Aye Yi Yi

    Hey, Frank!

    Ok, so I'm a little slow on the draw, but I couldn't resist another analogy to Aye Yi Yi...

    ACH! du lieber!

    (spelling???)

    Steve

  • RE: Trans Log backup much larger than Original Trans log

    I agree completely with DCPeterson here, if there is a problem with the database, regardless of what it is, or how the symptoms can be treated, I'd want to know...

  • RE: Trans Log backup much larger than Original Trans log

    Thanks, DCPeterson, for straightening me out on that!  Sorry if I came across beligerently!  And I would agree that if there was a corruption in the tlog, there would most...

  • RE: TSQL bug ?

    Does iTopicsQuery_id exist in the outer query????

    Try it like this...

    select * from GC_topics_TopicsQuery where itopicsQuery_id  in (

    select GC_Topics_Topics.iTopicsQuery_id from GC_Topics_Topics  where iuser_id in ( 271,264,331,332,434,438,440,396,421,397))

    Steve

  • RE: Trans Log backup much larger than Original Trans log

    One other thing, I'm not sure that LiteSpeed is the answer.  To me, unless its proven to be a problem with the native backup routines (which LiteSpeed uses behind the...

  • RE: Trans Log backup much larger than Original Trans log

    Also, before trying the detach reattach method, make ABSOLUTELY sure that you have a GOOD backup that you can recover from.  The single file attach method is really for disaster...

  • RE: running/scheduling SQL statments outside of SQL Server

    Check Books Online for the OSQL command prompt utility.

    Steve

  • RE: Trans Log backup much larger than Original Trans log

    And again, the transaction log file stayed constant at 4.5GB?  Have you seen a pattern as to when it is happening?  Is there any indication in the logs (SQL error...

  • RE: Aye Yi Yi

    I recently discovered that Yahoo was filtering out some, but not all, of my reply notifications from SQL Server Central.  I get about 100 SPAM e-mails at that account each...

  • RE: link content

    Several times over the past several years, I have tried to set up a Hotmail e-mail account.  It always fails by telling me "You have entered an invalid last name. ...

Viewing 15 posts - 181 through 195 (of 692 total)