Forum Replies Created

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

  • RE: The Ideal IDE

    qbrt - Tuesday, August 7, 2018 6:50 AM

    Jason- - Tuesday, August 7, 2018 6:21 AM

  • RE: The Ideal IDE

    I started using Visual Studio with DB Projects 6 years ago, once I got my head around using the project as my source of truth for code rather than the...

  • RE: The OLE DB provider "OraOLEDB.Oracle" has not been registered.

    Cowboy DBA - Friday, July 12, 2013 8:44 AM

    Tried Googling it?

    Yes, that's what I'm doing right now.  Your response...

  • RE: String or binary data would be truncated

    I agree with you Steve, this has to be addressed. I would suggest Microsoft handle character data differently altogether and treat varchar as a string the same way C# or...

  • RE: Abolish Disjointed Time

    skeleton567 - Thursday, March 8, 2018 7:35 AM

    OK, do we take the health.com at face value or do we ask if...

  • RE: Abolish Disjointed Time

    I agree with Steve about abolishing daylight savings; either leave it sprung forward or let it fall back and stay but either way I'm in favor of not moving the...

  • RE: Would You Choose SQL Server?

    SQLExpress is free of licensing fees. If I am in a position that my server performance needs to exceed that of SQLExpress.... Yeah, the 8K is more than...

  • RE: A New Look

    I too don't read this email from my mobile. The "crispness" I like. I like the editorial as the first item but miss the "In this issue" at...

  • RE: Publisher to Distributor Replication latency high when database is in FULL recovery model

    Hi sfeldman,

    I never found out what the resolution was because I left the company shortly after this post. At my departure we didn't attempt moving to the tempdb, it...

  • RE: identity table use case

    vlad-548036 (1/30/2013)


    Thanks, that's what I initially had on my system. It is apparent now, that there is no way

    declare @howmany int=3

    insert top (@howMany)

    can be used to...

  • RE: Last Accesses Stored Procedure

    the query plan cache is server scoped not database scoped.

    you can filter for a specific database on dm_exec_sql_text.dbid by database id or use the db_name(dbid) to filter by database name.

    b.dbid...

  • RE: Last Accesses Stored Procedure

    jamie.chicago (10/25/2012)


    join sysobjects o on b.objectid=o.id

    that way you can filter on xtype = 'P' and you aren't restricted to procs named sp%.

    or to avoid the performance hit of the join...

  • RE: Working with SQL Agent Durations

    rmechaber (8/23/2012)

    That code errors out on my trial:

    Msg 536, Level 16, State 5, Line 1

    Invalid length parameter passed to the SUBSTRING function.

    Rich

    I've seen this before. There is a negative...

  • RE: User accessing another server

    Seems like you are finding yourself in a situation similar to one we encounter from time to time where I work. That is, you need to have a job...

  • RE: Tricky Questions

    What color is your brain?

    I said grey This was the question from the group VP. I had already nailed all the technical and soft skill questions, aced...

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