Forum Replies Created

Viewing 15 posts - 4,321 through 4,335 (of 8,753 total)

  • RE: how to get XML SCHEMA COLLECTION definition

    To get the information on the XML Schema collections use the sys.xml_schema_collections view and the xml_schema_namespace function

    😎

    SELECT

    SXSC.name

    FROM sys.xml_schema_collections SXSC;

    SELECT xml_schema_namespace(N'[RELATIONAL SCHEMA]',N'[XML SCHEMA...

  • RE: Table Space growth based on each year

    Admingod (10/28/2015)


    I am populating all the table information to main table on daily basis based on date time stamp. However, how to create a script to query against the table....

  • RE: Table Space growth based on each year

    Admingod (10/28/2015)


    Does there a way or script to find the rows, space used by the specific tables based on every year.

    Thanks

    No, you have to monitor/audit it yourself. Normally I use...

  • RE: Retrieving VIEW Metadata

    Angelindiego (10/28/2015)


    I ended up using INFORMATON_SCHEMA.COLUMNS. I needed what info I gleaned from that view. Thank you so much for responding!!!

    Quick question, Luis's suggestion points to the same...

  • RE: Tally OH! An Improved SQL 8K “CSV Splitter” Function

    Ed Wagner (10/28/2015)


    Eirikur Eiriksson (10/28/2015)


    Ed Wagner (10/28/2015)


    allnelsons (10/28/2015)


    So, question about these splitter functions (which are pretty much the most used tools in my arsenal, btw!), are they faster/more efficient being...

  • RE: Today's Random Word!

    Jeff Moden (10/28/2015)


    Eirikur Eiriksson (10/28/2015)


    Ed Wagner (10/28/2015)


    Eirikur Eiriksson (10/28/2015)


    happygeek (10/28/2015)


    nibble

    Quark

    String

    Tension

    "Wait-till-last-minute"

    (83-code-reviews-in-2-days-on-urgent-project :sick::blink::unsure:)

    Ultimate tensile strength (UTS)

  • RE: Today's Random Word!

    Ed Wagner (10/28/2015)


    Eirikur Eiriksson (10/28/2015)


    happygeek (10/28/2015)


    nibble

    Quark

    String

    Tension

  • RE: Today's Random Word!

    happygeek (10/28/2015)


    Ed Wagner (10/28/2015)


    crookj (10/28/2015)


    Revenant (10/28/2015)


    DonlSimpson (10/28/2015)


    Ed Wagner (10/28/2015)


    anthony.green (10/28/2015)


    Ed Wagner (10/28/2015)


    whereisSQL? (10/28/2015)


    anthony.green (10/28/2015)


    whereisSQL? (10/28/2015)


    crookj (10/28/2015)


    anthony.green (10/28/2015)


    Ed Wagner (10/28/2015)


    anthony.green (10/28/2015)


    Ed Wagner (10/28/2015)


    anthony.green (10/28/2015)


    Ed Wagner (10/28/2015)


    Sushi

    Wasabi

    Soy

    Bean

    Navy

    Sailor

    Pirate

    Eye-Patch

    Arrrrrrrrrrr

    Treasure

    Loot

    Classifieds

    Ad

    Subtract

    Number

    1024

    Byte

    nibble

    Quark

  • RE: Are the posted questions getting worse?

    ChrisM@Work (10/28/2015)


    Koen Verbeeck (10/27/2015)


    ...

    Happy birthday geezer. It's beer O'clock 🙂

    Proost

    😎

  • RE: Tally OH! An Improved SQL 8K “CSV Splitter” Function

    Ed Wagner (10/28/2015)


    allnelsons (10/28/2015)


    So, question about these splitter functions (which are pretty much the most used tools in my arsenal, btw!), are they faster/more efficient being run from the I.B.G....

  • RE: SQL Server shuts down after starting the service !!

    Quick question, have you tried starting the SQL Server in single-user mode?

    😎

  • RE: Synchronize databases over a slow network

    Koen Verbeeck (10/27/2015)


    Jayanth and Eirikur: your delta proposals seem quite interesting.

    How did you create the delta?

    Using the EXCEPT operator? This might be quite slow on the larger tables (about 10...

  • RE: Are the posted questions getting worse?

    ChrisM@Work (10/27/2015)


    anthony.green (10/27/2015)


    Ed Wagner (10/26/2015)


    Lynn Pettis (10/23/2015)


    Did some one post an ad somewhere that said we had a surplus of silver spoons? :w00t:

    I think we always have silver spoons on...

  • RE: Synchronize databases over a slow network

    Did something similar a while back (in the age of the slow Internet) by adding in a step in the restore process. An "untouchable" originating database (SQL mirror of an...

Viewing 15 posts - 4,321 through 4,335 (of 8,753 total)