Forum Replies Created

Viewing 15 posts - 7,516 through 7,530 (of 8,760 total)

  • RE: Are the posted questions getting worse?

    SQLRNNR (8/14/2014)


    Ed Wagner (8/14/2014)


    Evil Kraig F (8/14/2014)


    djj (8/14/2014)


    ChrisM@Work (8/14/2014)

    remember '76/'77

    Wish I could remember what last year was like, I remember some nice days for '77 as I have a...

  • RE: trigger with text type

    tcronin 95651 (8/14/2014)


    Dealing with 3rd party app that is somehow deleting records. Was going to put a delete trigger on the table so we can at least be notified...

  • RE: Query SSIS packages

    SQLRNNR (8/14/2014)


    Koen Verbeeck (8/14/2014)


    Phil Parkin (8/14/2014)


    I can't see a way of querying SSISDB directly to get this data. Which makes me wonder where SQL Server has put it!

    I asked Matt...

  • RE: Denormalized XML File

    Quick thought, add an output method element

    😎

    <xsl:output method="text" indent="no"/>

  • RE: Combine data from historical table

    mqbk (8/13/2014)


    Recently, I partitioned one of my largest tables into multiple monthly field groups. For the current month, it is attached to my "Active' table. The older records are...

  • RE: Query SSIS packages

    demin99 (8/13/2014)


    Hi Iam using SQL Server 2012.I have around 120 packages deployed in Integration services catalogs.

    I wanted to find the packages that uses a particular tablename. Is there any easy...

  • RE: Help with switch partition

    N_Muller (8/13/2014)


    There can be a significant overhead of dropping indexes before the partition is switched out and recreating them after the partition is switched out. Not only the switching...

  • RE: Dataabse in RECOVERY_PENDING

    faisalfarouqi (8/13/2014)


    Eirikur Eiriksson (8/13/2014)


    faisalfarouqi (8/13/2014)


    [font="Comic Sans MS"]The free space is not pretty much as to accommodate another db as the db is around 5 TB. Secondly, I don't have a...

  • RE: Duplicate Values

    Here is an example using IN / NOT IN for error report and insert. Same can be done with EXISTS / EXCEPT

    😎

    USE tempdb;

    GO

    DECLARE @CLIENT TABLE

    (

    CLIENT_ID INT...

  • RE: Dataabse in RECOVERY_PENDING

    faisalfarouqi (8/13/2014)


    [font="Comic Sans MS"]The free space is not pretty much as to accommodate another db as the db is around 5 TB. Secondly, I don't have a file backup available

    Is...

  • RE: Duplicate Values

    julie.breetzke (8/13/2014)


    HI There

    I want to pick someones brain

    I am using a Trigger to search for existing values in a column in a table to look if the value is already...

  • RE: Collation errors, damned if I do and damned if I don't!

    Can you post the DDL including the collation for AU.dbo.INV1, AU.dbo.OINV, SCE.dbo.AU_SALES_R, SCE.dbo.AU_SALES_H and the database collation?

    😎

  • RE: Dataabse in RECOVERY_PENDING

    Quick questions

    1. How much free space is on the P: drive?

    2. Has the content of P:\Mnt\DATA4B\ changed?

    3. Do you have a file backup of P:\Mnt\DATA4B\ ?

    😎

  • RE: Help with switch partition

    Quick thought, if the indexes cannot be partition-aligned, how about dropping them before the switch and then re-create them?

    😎

  • RE: Compare two Table data and insert changed field to the third table

    F/-\R//-\Z (8/12/2014)


    hi

    I want Compare two Table data and insert changed field to the third table

    who can help me

    thanks a lot:-):hehe:

    While I suspect that the requirements might possibly...

Viewing 15 posts - 7,516 through 7,530 (of 8,760 total)