Forum Replies Created

Viewing 15 posts - 3,946 through 3,960 (of 9,707 total)

  • RE: Hello SQl Geeks, Can some just give me an Idea on this like how to proceed

    devullapallymanidhar (9/14/2012)


    I have a tricky situation where we have a server with a default and an instance.In the default we have 4 databases

    for example (A,B,C,D) and we mirror them to...

  • RE: ways to refresh development environment

    There are any number of FTP utilities you can use to accomplish this. Once you get the file onto the dev environment, decrypt it and put it into another location...

  • RE: Difference between a CROSS JOIN and a 'comma'

    Okay, try this on for size (it's just a wag, but...)

    The order of query evaluation is supposed to be:

    1) FROM

    2) ON

    3) JOIN

    But the FROM clause is a CROSS JOIN, which...

  • RE: Difference between a CROSS JOIN and a 'comma'

    The execution plans on both of them are identical. Same objects, same percentages. (Once I swap the tables in the FROM clause, that is). Same results, same everything.

    But wouldn't something...

  • RE: Are the posted questions getting worse?

    Stefan Krzywicki (9/14/2012)


    GilaMonster (9/14/2012)


    Anyone get the increasing feeling people are looking for the 'eazy button'?

    Case in point:

    "I read through those articles [on index column ordering], but I still want a...

  • RE: Date format Problem

    Not knowing anything about Oracle, I can tell you that there is a problem with the way the data is being translated between the two (numbers are getting cut off)....

  • RE: DeadLOck on Primary Key

    Minaz Amin (9/14/2012)


    There are two process one running update another running insert statement accessing same table primary key.

    If you have multiple queries trying to update the same table that is...

  • RE: How to made phonotic search in SQL

    Check to make sure the Hindi collation is setup on the server on which you are doing the query.

    Other than that, I don't know what answer to give you....

  • RE: Are the posted questions getting worse?

    Tangently related to the post under discussion, I've found there are a lot of rookie writers who think that when you tell them "this won't work" that you are not...

  • RE: Are the posted questions getting worse?

    Do we recommend the consultant before or after someone posts "Take the database offline. Delete all the .MDF and .LDF files. Recreate only the .MDF and .LDF files that you...

  • RE: Data drive space issue

    Lynn Pettis (9/13/2012)


    Brandie Tarvin (9/13/2012)


    SQLCrazyCertified (9/13/2012)


    I am trying to shrink to see how much it will free up......if that does not help enough, what about creating a secondary file.....ndf...in another...

  • RE: Downloading files for Import?

    Wow. That does sound cool. Thanks for letting us know about it.

  • RE: Finding out network stats in SSIS

    You use a combination of PerfMon and a SQL Server server-side trace to monitor the package while it's running.

  • RE: Data drive space issue

    SQLCrazyCertified (9/13/2012)


    I am trying to shrink to see how much it will free up......if that does not help enough, what about creating a secondary file.....ndf...in another drive......we have another drive...

  • RE: Today's Random Word!

    Ray K (9/13/2012)


    Rob Schripsema (9/13/2012)


    ChrisM@Work (9/13/2012)


    SQLRNNR (9/12/2012)


    premeditated

    Premedicated

    Premonition

    precursor

    primadona

Viewing 15 posts - 3,946 through 3,960 (of 9,707 total)