Forum Replies Created

Viewing 15 posts - 5,491 through 5,505 (of 5,685 total)

  • RE: SQl Query performace

    Getting this error off qry1:

    TITLE: Microsoft SQL Server Management Studio Express

    ------------------------------

    Error loading execution plan XML file C:\ssc\qry1.sqlplan. (Microsoft.SqlServer.Express.SQLEditors)

    ------------------------------

    ADDITIONAL INFORMATION:

    There is an error in XML document (1009, 15). (System.Xml)

    ------------------------------

    Data at the...

  • RE: Indexed View question

    You can post it here, or if it's very large, there's an 'edit attachments' button at the bottom of all posts. You can copy/paste your script to MSWord, notepad,...

  • RE: Need Login credentials details

    Ah! So, to clarify, you're looking for a script or some other way to change all your objects from dbo.object to rescon.object?

    Such as dbo.TableA to Rescon.TableA?

    And you want to do...

  • RE: Indexed View question

    I'm afraid to help you puzzle out your solution, I'm going to need more from you. DDL's of all the base tables, sample data, and expected results from the...

  • RE: Indexed View question

    elayevskiy (9/20/2010)


    My test environment has SQL 2005 developer's edition, but my production one has Workgroup edition. So I have to use (NOEXPAND) for production environment.

    Ahhh. That's needed to...

  • RE: Datafile increased due to DBCC

    Bhuvnesh (9/20/2010)


    .

    2. it contains 18000 tables,there are couple of heavy table like 18 -19 GB.

    There's your 15 gig bump, needed snapshot room.

  • RE: Incomplete Indexed View

    Cross posted, please direct all replies and discussion here: http://www.sqlservercentral.com/Forums/Topic989922-360-1.aspx

  • RE: Indexed View question

    You'll want to try it without the NOEXPAND then, or we'll need to look at optimizing it. Either way, to get the correct values, you're subquerying and then reconnecting...

  • RE: Datafile increased due to DBCC

    IF it's taking largish snapshots to deal with multiple enforced relationships... yeah, I could see it, especially if you're meticulous about FK relationships.

    As to affecting the log, hm... That...

  • RE: Indexed View question

    I'm curious, but what's wrong with adding additional filters after the view's built? This is a short form of your code, but it's to help me understand what you're...

  • RE: Datafile increased due to DBCC

    DBCC CHECKDB uses an internal database snapshot for the transactional consistency needed to perform these checks.

    What's your free space like at the moment? 🙂 It may have just needed...

  • RE: select query with all values

    Take two: Please actually read the link. You're going to want to give us a CREATE TABLE, INSERT INTO SELECT ... UNION SELECT... structure. Well, unless someone gets...

  • RE: Create Index SQL 2005

    Ayie,

    I'll save you some trouble before the optimization experts swing through and they can look at your code immediately, you'll want to follow the directions in this link:

    http://www.sqlservercentral.com/articles/SQLServerCentral/66909/

    What you've got...

  • RE: Need Login credentials details

    Balaji, can you post the actual error you're getting? I think I followed your predicament but it would help to see the actual error.

  • RE: Are the posted questions getting worse?

    Hey Threadizens...

    Can someone do a flyby on this post and make sure I haven't missed something that ends up with me blowing smoke and sunshine, and sending this soul off...

Viewing 15 posts - 5,491 through 5,505 (of 5,685 total)