sql change automation

Technical Article

Table rowcount

  • Topic

Does any one have a script handy that gives you the rowcount of all user tables on a database. I have one but it gets the result from sysindexes which sometimes is notuptodate. Also I wont prefer anything witha  cursor as that might slow down the server. any scripts other than these two.Thanks

2005-05-27

Technical Article

CSV Rendering

  • Topic

I have a report which takes lot of time to render, rather the stored procedure returning the data to the report consumes good amount of time because of the number of records and conditions in the stored procedure, So what I need to implement is when the report is invoked I am displaying different rendering […]

2005-05-18

2 reads

Technical Article

UPDATE a table using results of a UNION query

  • Topic

Hi,  I am having trouble figuring out how to do this, I am a bit green so there may be a better way than my approach.  I have a series of queries (2) in an Access Front-End that are quite slow.  The first is a UNION that joins 2 views, the second is an update […]

2005-05-18

2 reads

Technical Article

RE: Permissions

  • Reply

Public access gives the user what ever permissions are assigned to the public role.You can have one database owner, but many people in the dbo group. dbo's have full access to the database in question.

2005-05-18

Technical Article

RE: urgent please

  • Reply

insert into record0 select * from record001 where left(FirstCol, 2) = '00' AND ( agency is null or trans_id is null or ISNUMERIC(trans_id)=0 or isnumeric(accounts_trans)=0 or isnumeric(baccounts)=0 or isnumeric(daccounts)=0 or isnumeric(osa)=0 )

2005-04-29

Blogs

Real-World SQL Mastery: Your Hands-On, Mess-Free Sandbox

By

Are you ready to take your SQL skills from theoretical to tactical? If you've...

Set a Runtime Variable in an Azure DevOps Pipeline

By

Note: I DO NOT recommend this. Any changes to a pipeline should be in...

A New Word: Symptomania

By

symptomania – n. the fantasy that there’s some elaborate diagnosis out there that neatly...

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