Forum Replies Created

Viewing 15 posts - 91 through 105 (of 200 total)

  • RE: How I can make look like I expert on SQL Server?

    GilaMonster (10/8/2009)


    GSquared (10/8/2009)


    On the other hand, I'd consider it a positive if it started with, "I haven't had to do that, so I'm not sure, but what I'd start with...

    --------------------------

    I long for a job where my databases dont have any pesky users accessing them 🙂

  • RE: How I can make look like I expert on SQL Server?

    OP is

    a) an idiot for thinking he can pull it off for any amount of time

    b) morally reprehensible

    c) in italy

    its point c there that has stopped me from being worried...

    --------------------------

    I long for a job where my databases dont have any pesky users accessing them 🙂

  • RE: 8000 char limit in a Stored Proc

    david.l.mulholland (9/30/2009)


    I think I'll give slang's suggestion a try. It seems like it will work. I had thought about doing the multiple openqueries, but I'd still have to juggle multiple...

    --------------------------

    I long for a job where my databases dont have any pesky users accessing them 🙂

  • RE: System Stored Prodecures

    I have a sql 2005 sp2 box right here, I created a sproc and it appeared under programability/stored procedures.. not under system stored procedures..

    can you give me an example of...

    --------------------------

    I long for a job where my databases dont have any pesky users accessing them 🙂

  • RE: Use of cursor in SQL Server vs Oracle

    im with jeff on this.. i dont think they work any better.. cursors are a horrible horrible solution for the most part.. the only plus to oracles over sql that...

    --------------------------

    I long for a job where my databases dont have any pesky users accessing them 🙂

  • RE: what is net change method

    ahh i see now.. doh

    --------------------------

    I long for a job where my databases dont have any pesky users accessing them 🙂

  • RE: Dynamic Execution of Stored Proc

    what PP- said.. you can't USE a variable.. you have to build it into a string and execute the string..

    annoying from time to time.. but oh well 🙂

    --------------------------

    I long for a job where my databases dont have any pesky users accessing them 🙂

  • RE: How I can make look like I expert on SQL Server?

    memorizing questions to answers is no substitute for real world experience..

    take an entry level position and learn from someone who knows.. devour BOL and any other source you can get...

    --------------------------

    I long for a job where my databases dont have any pesky users accessing them 🙂

  • RE: what is net change method

    i dont even see a question here..?

    --------------------------

    I long for a job where my databases dont have any pesky users accessing them 🙂

  • RE: Unable to determine the last time a table was updated in SQL Srvr Mgmt Studio

    in sql management studio, you can expand your database, then expand views, then expand system_views..

    thats where it'll be..

    you'll have to query it from a New Query window though..

    USE myDB

    GO

    SELECT *...

    --------------------------

    I long for a job where my databases dont have any pesky users accessing them 🙂

  • RE: Help--Using a parameters with a LIKE clause

    Can you list a couple of rows of data that you think it should return?

    Also, what parameters are you passing to the stored proc?

    --------------------------

    I long for a job where my databases dont have any pesky users accessing them 🙂

  • RE: How often is a stored procedure run?

    a sql trace over x days/weeks/years could be pretty painful though i'd have thought?

    --------------------------

    I long for a job where my databases dont have any pesky users accessing them 🙂

  • RE: How often is a stored procedure run?

    theres always the painfully obvious, put an insert into a table at the start of each sproc..

    not the most efficient way to do it though 🙂

    --------------------------

    I long for a job where my databases dont have any pesky users accessing them 🙂

  • RE: SQL 2005 32 or 64 bit

    I believe you can try:

    SELECT SERVERPROPERTY ('edition') as [Product Edition]

    64 Bit should say Standard Edition (64 Bit)/Enterprise Edition (64 Bit) in the text, 32 bit will just say Standard Edition...

    --------------------------

    I long for a job where my databases dont have any pesky users accessing them 🙂

  • RE: Database Backup Failing, not sure why

    Thanks guys..

    I think I've been relying on the maintenance plans a bit too much lately (time constraints more than anything).. i think i'll just bite the bullet, mark off a...

    --------------------------

    I long for a job where my databases dont have any pesky users accessing them 🙂

Viewing 15 posts - 91 through 105 (of 200 total)