Aggregates

Technical Article

SQL Server database know how

  • Topic

I am developing a stand alone application, but I want to convert my MS Access database into a SQL Server database. I want to do this to enable my application with future server needs. I have few queries about SQL Server: 1) Which version of SQL Server should I use, 7 or 2000? 2) Since […]

You rated this post out of 5. Change rating

2004-09-27

3 reads

Technical Article

RE: Incorrect rowcount when viewing table properties

  • Reply

A rowcount can be done in two ways:Most accurate and slowest: SELECT COUNT(*) FROM MyTABLELess accurate but instant: SELECT ROWCNT FROM Sysindexes WHERE ID = ObjectID('MyTable') AND Name = 'MyTable'That rowcount is used by EM and is kept uptodate with the 'Auto Update Stats' setting for the database. But sometimes it's out of sync. So you need to […]

You rated this post out of 5. Change rating

2004-09-10

Technical Article

RE: Case Insensitive

  • Reply

Hi Thanks for Replyselect * from yourtable where yourcolumn collate sql_latin1_general_cp1_ci_as = 'columnvalue'i run the above query i get the following errorIncorrect syntax near 'collate' Prakash

You rated this post out of 5. Change rating

2004-08-05

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