Forum Replies Created

Viewing 15 posts - 286 through 300 (of 1,583 total)

  • RE: Problem with Response Time hourly

    Is there a transaction log backup or differential backup running hourly? Perhaps there is also be some IT-related process outside the server that's running on a schedule...

    What jobs run...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Steps to tune a specific query

    I think your reply is solid. "In theory they are not..." Sounds like a response from someone who has "read" a lot but is lacking experience in "doing" a...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Stop job as failure

    I have to ask "why" you would want to do this?

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: import 2010 excel spreadsheet

    If you haven't done so already, Install Office 2007 Data Connectivity Components (http://www.microsoft.com/download/en/confirmation.aspx?id=23734) for the 64-bit

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Count 2 if met criteria

    There are many ways to do this, you could use a CTE and UNION ALL the counts between the different ACTL_PROC_CD codes. Also, assuming your SQL Server isn't case...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: transfer logins

    Did you try the free software I recommended? It's does what you are asking...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: SSIS Load Balancing??

    That was my thought Jeff 😉 But without knowing "why" or "how" it got that way...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: import 2010 excel spreadsheet

    What is the server 64/32 bit?

    In either case, make sure the version matches the office install

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: sp_recompile: What does it do exactly?

    BTW, DBA swears up and down they didn't alter the proc, just ran sp_recompile (they did alter the proc later, so I can't look at a modify date on the...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: transfer logins

    You can do this via TSQL or download the Idera SQL Permissions Extractor (makes it a lot easier)

    You can get a decent TSQL script here:

    http://stackoverflow.com/questions/5983676/t-sql-copy-logins-users-roles-permissions-etc

    http://support.microsoft.com/kb/918992

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Question regarding setting up Xlog backup.

    I'm not sure where you got your "drill" information, but in my opinion that'd be the minimum. Ideally, ask the question "how much data am I willing to lose?"...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: SQL Server developer entry level jobs

    IMHO, knowledge is good, but experience is better (and most often trumps it) - things from articles/books/etc can be learned, but I believe applied learning from an actual experiences is...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: How to use begin try and transaction with in a loop which call other stored procs.

    rajemessage 14195 (3/19/2014)


    We are considering set base apporch for new devlopment

    but following is quite complicated SP, which i can not change now.

    So...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: SSIS Load Balancing??

    No I don't think you can tell SSIS how to do this - but if I understand you correctly (you want to throttle the SSIS to do its thing, without...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: SSRS Report Manager - differences between development and production

    Good catch. Are you certain you uploaded the exact copy of the working code in Production? As a test, open up the RDL file XML, add the missing...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

Viewing 15 posts - 286 through 300 (of 1,583 total)