Forum Replies Created

Viewing 15 posts - 3,406 through 3,420 (of 8,761 total)

  • RE: Running totals within Cursors, Can I replace with something better?

    Paul Giles-Randall (7/25/2016)


    Firstly, this is a system that I have inherited.

    I have a cursor that pulls out a set of ids and amounts. The data is as follows:

    ID ...

  • RE: porting logins/users from SQL2008R2 to SQL2014

    shelleybobelly (7/25/2016)


    OK thanks, so far I see 2008>>2012 it works, 2012>>2014 it works. This is very encouraging news, indeed. Anyone done 2008>>2014?

    The structure was last changed in SQL Server 2005...

  • RE: Spatial Data

    sharonsql2013 (7/25/2016)


    Hi ,

    I am trying to plot map in Reporting tool. I see that we need spatial data in SQL.

    All our SQL table has is Country , City and Region....

  • RE: Is this a normal page life expectancy pattern?

    Nothing unusual as such, PLE is only one of the memory related counters and there can be many reasons for it to drop on an sparse memory resource instance like...

  • RE: How to read XML

    As I mentioned before, reconstructing the XML with the changed values and do a normal update is one way of doing multiple updates on an XML in a single operation

    😎

    USE...

  • RE: Get date from midnight to midnight

    komal145 (7/25/2016)


    I need to pull previous day data from midnight to midnight . Meaning 7/25 12:00 am to 7/25 11:59pm.

    how to get this?

    Quick question, what data type is your date...

  • RE: Are the posted questions getting worse?

    ChrisM@Work (7/25/2016)


    Alan.B (7/25/2016)


    Maybe it's Monday a Monday morning thing but even the small things are annoying me today. Just ran accross this:

    [Gender] varchar(100) NULL,

    It's fine! I've seen NVARCHAR for gender...

  • RE: SQLAGENT.exe is frequently locking my domain account

    Quick question, is there an Error 18456 entry in the logs and if so, what is the ERROR STATE?

    😎

  • RE: Tabular Model Splitting column

    Further questions to the OP

    😎

    1) Do you really need the OrderID in the table? If the model has something like [Customer]---<[Order]>---[Produc] construct the OrderID is redundant as the Orders Fact...

  • RE: Tabular Model Splitting column

    abhishek_300 (7/24/2016)


    Yes I am trying to fix performance issues. The fact column which has 15000000 records are all unique that's why I want to split this column as per the...

  • RE: Finally got my SQL Server database into Azure!

    Doctor Who 2 (7/24/2016)


    I finally got my SQL Server database uploaded into Azure SQL! I posted a blog post about it. Rather than repeat what I did I'll just give...

  • RE: I nedd code to purge or clear sql server logs (current) not database logs

    Jeff Moden (7/24/2016)


    Deg-235673 (7/24/2016)


    I nedd code to purge or clear sql server logs (current) not database logs

    "Current" log? What mistake are you trying to cover up?

    He he, was thinking...

  • RE: STDistance with SPATIAL INDEX QUERY TO SLOW :)

    At the first glance the statistics look way off, have those been updated recently? Further the index seek on [TRAFFILOG_GEO].[sys].[extended_index_2066106401_384000].[TBL_STREET_ROAD_NEW#ISRAEL_geom].(Spatial) is quite hefty, are you using FORCESEEK? A range scan...

  • RE: STDistance with SPATIAL INDEX QUERY TO SLOW :)

    Will have a look at this when I can, cannot see the any DDL for any indices though.

    😎

    Still puzzled why on earth (pun intended) you would use two dimensional geometry...

  • RE: SSAS Deployment Error

    cboneill181 (7/23/2016)


    So, I changed the name of the database I am deploying to and it's deploying fine now. Any idea why I am getting that error when trying to...

Viewing 15 posts - 3,406 through 3,420 (of 8,761 total)