Forum Replies Created

Viewing 15 posts - 31 through 45 (of 68 total)

  • RE: SQL Script to generate columns for triggers

    Or, Just drag the Columns node from the object browser into the Query editor.

  • RE: Using Extended Properties To Keep Everyone Informed

    Hello,

    My foray into extended properties at the database-level (SQL2005) was stopped short when I found that only users with elevated rights, such as Control or View Definition, could read...

  • RE: The Death March

    Phillip - Texas (5/25/2010)


    ... A former boss actually told me that if I was working more than 45 hours a week I was doing something wrong....

    When I was an Operations...

  • RE: The Death March

    My story sounds like Trey Staker's: early in my career I work a lot, both because the project 'needed' it, and because I felt I was in a learning curve...

  • RE: Import Excel Spreadsheet to Database Tables

    Thanks for the article, Peter. And thanks for the technique.

    It's unfortunate that these kinds of work-arounds are needed: it just shows how out-of-touch microsoft is becoming. For years they've...

  • RE: Sending email using Send Email Task

    forum member (9/13/2009)


    Hi,

    How can i customize the send email task to send email only once a day instead of every time job runs

    Thanks for help

    Hello Forum Member,

    Please excuse...

  • RE: Display rows vertically

    Hey Steve;

    Thanks for the code. I tweaked it a little for my situation, added parameter markers, and stuck in my templates...

    Pretty handy!

    USE <databasename, sysname, >;

    SET NOCOUNT ON

    DECLARE

    @table_name...

  • RE: Delete Data from Excel

    parth83.rawal (10/8/2009)


    Delete openrowset('Microsoft.Jet.OLEDB.4.0','Excel 8.0;Database=c:\MOMA.xls;','Select * from [sheet1$]')

    above code we are using for deleting data.

    I'm sorry i cannot test (my crappy Vista machine isn't allowing OPENROWSET today...) but, don't you need...

  • RE: A Good Word for ODBC

    Hello Phil,

    Interesting article, especially because I, too, had cracked open my ODBC 2 book (QUE 1995) a few weeks ago: been having an intermittant problem connecting an SQL2005 Query...

  • RE: How to resend email in Database Mail?

    Hi WayneS,

    Thanks for posting your wrapper: I'll keep it on file.

    I've got a couple too, but mostly I just need to correct a Recipient address and resend, so...

  • RE: How to resend email in Database Mail?

    WayneS (3/11/2009)


    I have an email that sql server says was sent okay, but the recipient (me) never received.

    How do you have db mail resend an email it thinks was sent...

  • RE: Try/Catch in Cursor It Breaks after failure

    Hi Ghanta,

    If you want to continue on after the error, you'll need to do your error handling inside the cursor.

    Here's your code, rewritten a little (it's just an example,...

  • RE: Import data from excel 2007 to sql server 2005

    ekonagu (8/11/2009)


    if u r using office 2007 u should use oledb 12.0 not jet 4.0

    Hi ekonagu,

    Acknowledged. The point was that in trying to get ACE 12.0 to work, my...

  • RE: Import data from excel 2007 to sql server 2005

    There is an interesting post at :

    http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=49926&whichpage=11

    by Peso:

    If you have some error and you don't understand why, try using MSDASQL provider temporarily.

    SELECT * FROM OPENROWSET('MSDASQL', 'Driver={Microsoft Excel Driver (*.xls)};DBQ=\\seludt2135\c$\documents and...

  • RE: Backup to the Clode - No Excuses

    We've been backing up to the 'cloud' for a few years now, but the size of our databases are not so large as to cause a problem, I guess.

    Or,...

Viewing 15 posts - 31 through 45 (of 68 total)