FILESTREAM

Technical Article

RE: Killing locks & session (PROBLEM)

  • Reply

if user cancels the transaction, then SQL Server will roll the transaction back. A ROLLBACK statement backs out all modifications made in the transaction by returning the data to the state it was in at the start of the transaction. A ROLLBACK also frees resources held by the transaction.Don't simply restart SQL Server, Sometime, SQL Server […]

You rated this post out of 5. Change rating

2004-01-28

1 reads

Technical Article

RE: English Query Problem

  • Reply

Hello Dinesh,English Query itself provides a sample or two of how to use VB to interface with English Query.  See http://msdn.microsoft.com/library/default.asp?url=/library/en-us/eqbol/eqconcpt_5egi.asp for details.Hope this helps! Chris

2004-01-13

Technical Article

RE: large table

  • Reply

You could also try horizontal partioning and placing the partitions on seperate filegroups which reside on different physical raid volumes. The same can be done with the indexes. Check the following topics in Books online, "Partitioning", "Using Files and Filegroups" and "Data Placement Using Filegroups". Hope this helps Phill Carter -------------------- Colt 45 - the […]

You rated this post out of 5. Change rating

2003-12-02

Technical Article

RE: Stored Procedure Development Cycle

  • Reply

.Net has the application test center that is pretty worthwhile for testing. Just record a web session, play it back, get lots of charts and graphs. Supports multiple users per test. Honestly takes 5 minutes to get up and running for a simple scenario. Andy http://qa.sqlservercentral.com/columnists/awarren/

You rated this post out of 5. Change rating

2003-09-03

2 reads

Technical Article

RE: SQL

  • Reply

quote: I woul like to do that, unfortunately, I am behind exchange server and hence cannot post any code here. I will try from my residence. does a simple copy and paste not work ??? Cheers, Frank

You rated this post out of 5. Change rating

2003-08-04

Technical Article

RE: SQL

  • Reply

Hello, I woul like to do that, unfortunately, I am behind exchange server and hence cannot post any code here. I will try from my residence. Thanks indeed, Jacobe

You rated this post out of 5. Change rating

2003-08-04

Technical Article

RE: Insert statement latency

  • Reply

Andy/jpipes Thanks for your help guys but have FINALLY figured this one out - the problem lay in the select scope identity. Nasty, nasty bug that lay in our code for years undetected: SELECT @out_MessageId = SCOPE_IDENTITY() FROM TableA GO Should be simply: SELECT @out_MessageId = SCOPE_IDENTITY() GO Seems as if the query was processing […]

You rated this post out of 5. Change rating

2003-07-24

Blogs

SQL Saturday Boston 2024 Slides

By

Thanks to everyone that came to my talks. Slides are below. Best Practices for...

Small Data SF 2024

By

I can’t remember how I heard about Small Data SF 2024, but it caught...

A New Word: Moledro

By

moledro – n. a feeling of resonant connection with an author or artist you’ll...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers