Forum Replies Created

Viewing 15 posts - 2,536 through 2,550 (of 8,761 total)

  • RE: Help with XML Splitter De-entitization, please.

    Hi Jeff,

    in this case you will have to use CDATA (Character Data) elements in the construction of the XML.

    😎

    Here is the function with the necessary modification to handle any type...

  • RE: Stored Procedure help

    ma701ss (12/17/2016)


    Hi Wryan, no I've not tested before but just ran it in SSMS and got the following:

    Msg 245, Level 16, State 1, Procedure Validate_User, Line 18

    Conversion failed when converting...

  • RE: Are the posted questions getting worse?

    Phil Parkin (12/16/2016)


    Grumpy DBA (12/16/2016)


    Wow, today's spam includes a warning about BOOTY POP... dang, just as I was about to order cases of BOOTY POP for my family and friends...

  • RE: Are the posted questions getting worse?

    ThomasRushton (12/16/2016)


    Grant Fritchey (12/16/2016)


    BLOB EATER (12/16/2016)


    On twitter when someone adds you to a list - what does that mean?

    Oh no.

    Don't let anyone do that. It's horrible. Quick, go and change...

  • RE: Reindex DB on regular basis

    Edvard Korsbæk (12/15/2016)


    Hi all!

    I have a database where app. 10.000 records are deleted/updated/inserted pr. day.

    I have understood from other sources, that i should reindex the db on a regular basis.

    Locally,...

  • RE: What is the system view for sys.syscolpars?

    keithy_sunny (12/15/2016)


    I am checking system base table at https://msdn.microsoft.com/en-us/library/ms179503.aspx and system internal views at https://technet.microsoft.com/en-us/library/ms189600(v=sql.105).aspx

    For base table sys.syscolpars, is there a corresponding system view for it so that I can...

  • RE: Multiple Joins on Fact Table

    Quick questions:

    Any multiple currency subjects?

    Currency exchange rates?

    Exchange rate history?

    Aggregation across currencies?

    😎

  • RE: Standard vs Enterprise

    Igor Micev (12/13/2016)


    If you install SQL Server 2016 then you'd be much better. The Standard is very close to Enterprise. Find them here https://msdn.microsoft.com/en-us/library/cc645993.aspx

    For SQL Server 2014 find this reference...

  • RE: GROUP BY in SQL Server 2014

    zouzou (12/13/2016)


    Hello all,

    The same query with a group by clause I try to run on SQL Server 2005 and on SQl Server 2014 but it seems that every time i...

  • RE: Clustered Index on table

    prafullaahirrao (12/12/2016)


    Hi All,

    I have one table Employee which has 2 columns EmpId and EmpName with thousand's of rows in it.

    Table does not have any key as of now.

    If I execute...

  • RE: Replace multiple row with sequence value

    pankaj 43245 (12/12/2016)


    Hi Folks,

    I am new to SQL and i have table which has column FULLNAME (Last name, firstname) & USER EMAIL (firstname.lastname@corp.com) and i m looking to replace the...

  • RE: Grouping Logic

    KGJ-Dev (12/12/2016)


    Hi,

    Below the sample query to play with

    Declare @UserGroup nvarchar(MAX);

    SET @UserGroup = 'UserGroup1|User1|User2|User3&UserGroup2|user4|user5|user6&Usergroup3|user7|user8|user9';

    selecT uc.UserGroup, us.Item

    FROM dbo.DelimitedSplit8K(@UserGroup,'&') gs

    CROSS APPLY (SELECT LEFT( gs.Item, CHARINDEX( '|', gs.Item + '|') - 1) AS...

  • RE: Restoring DB from SQL server 2005 to SQL Server 2014

    The behaviour and handling of characters is exactly the same on both 2005 and 2014, in fact it hasn't really changes any since SQL Server 6.5, upgrade is not going...

  • RE: Are the posted questions getting worse?

    Beatrix Kiddo (12/12/2016)


    Do you have Vick's First Defence (First Defense ;-)) nasal spray over there? I find it quite good- not sure how scientific it is, but my theory is...

  • RE: Are the posted questions getting worse?

    rodjkidd (12/12/2016)


    Eirikur Eiriksson (12/9/2016)


    ChrisM@Work (12/9/2016)


    Eirikur Eiriksson (12/9/2016)


    ChrisM@Work (12/9/2016)


    Brandie Tarvin (12/9/2016)


    rodjkidd (12/9/2016)


    ChrisM@Work (12/8/2016)


    rodjkidd (12/7/2016)


    Eirikur,

    I'm about a 20 minute walk to the High Holborn Caffe 1882. Let me know if you still...

Viewing 15 posts - 2,536 through 2,550 (of 8,761 total)