Forum Replies Created

Viewing 15 posts - 5,071 through 5,085 (of 5,356 total)

  • RE: Notification Mail and IE instances

    Hi Antares686,

    quote:


    always work exactly rigth) unless you are able to set your email app to "Open In a New Window".


  • RE: Previous date's value

    Oops,

    I hit ENTER too early.

    Maybe something like this will work

    SELECT a.transaction_date, a.ending_balance, b.beginning_balance FROM table a INNER JOIN table b ON a.transaction_date = b.transaction_date.

    Haven't verified this!

    Cheers,

    Frank

  • RE: Previous date's value

    Hi Anbu,

    sorry for being late.

    If you need a quick working solution, create a temp table and push everything you need into that table instead of wasting time figuring more or...

  • RE: Previous date's value

    Hi Anbu,

    do you want this for reporting purposes, or do you want to add a new row?

    Cheers,

    Frank

  • RE: Effecient decimal precision and storage

    Hi BillyWilly,

    quote:


    Is there a happy medium or "standard" when creating decimal types???


    in most cases there...

  • RE: Job & Local Packages Categories

    Hi Shawn,

    quote:


    Is there a way to categorize Local Packages and Jobs so they can be viewed in an explorer like view. When...

  • RE: German SQL Users out there?

    Nun ja,

    vielleicht liegt es ja an der englischen Sprache. Ich kann das wirklich nicht glauben. Heisst dass, dass Bedarf an einem deutschsprachigen Äquivalent besteht?

    Cheers,

    Frank

  • RE: Senior MS SQL Server DBA , Alexandria, VA

    Hi all,

    quote:


    Just my opinion but I think that the lack of experienced SQL Server DBA's is going to be the hardest thing...

  • RE: SP and Patch Notifications

    Hi hawg,

    subscribing to MS security alerts is a starting point I also use. Further I keep my eyes open while joining forums like this one. There are also mailinglist from...

  • RE: DBSize

    Hi dambalaji,

    not exactly what you were asking for, but...

    I've posted this some days ago, it's a script I found on the homepage of a SQL Server MVP.

    CREATE PROCEDURE sp_rpttblspc (@dbname...

  • RE: No data in Timestamp field

    Hi gmg,

    no, normally timestamp should be automatically added when a new row is inserted.

    Have you check through QA?

    Cheers,

    Frank

  • RE: Senior MS SQL Server DBA , Alexandria, VA

    Well, he is honest

    quote:


    What a professional advertisement and first impression of your "company."


  • RE: SQL Injection Attacks

    Hi Brian,

    I think we should stop here. We're somehow off-topic. One last statement perhaps, I've never seen a *NIX system crashed so hard, that root had no chance but reinstall,...

  • RE: sql server driver failure

    Hi matt1,

    quote:


    this happens when executing a vb ap that is hitting the db


    it would be...

  • RE: How to pronounce SQL

    Definitely too short to worry, but what is life without fun.

    Maybe it because I'm from Germany, but I've been thinking on this

    quote:


    so...

Viewing 15 posts - 5,071 through 5,085 (of 5,356 total)