source control

External Article

Webinar: Whatever your source control system - seamlessly link it to SQL Server

  • Article

In this webinar consisting of 30 minutes of software demonstrations followed by Q&A, you will learn how to link your database to your existing source control system within SQL Server Management Studio using Red Gate’s SQL Source Control.

We will also give you an exclusive preview of forthcoming custom scripts features in the next version of SQL Source Control and SQL Compare.

2011-11-14

1,598 reads

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

RE: what log does what?

  • Reply

Have you got the -m startup switch set on the sql server in question? (Right click on the server name in EM and choose properties. Then startup parameters)

2005-05-18

Technical Article

RE: Error-Database connect using dynamic SQL

  • Reply

If it needs to be dynamic sql, put everything in one string and execute this. Something along these lines:DECLARE @stmt NCHAR(1000) SET @stmt = 'USE Frank_3 '  + CHAR(13) +  'DECLARE @stmt NCHAR(1000)'  + CHAR(13) +  'SET @stmt = ''CREATE TABLE First (col_a int)'''  + CHAR (13) +  'PRINT (@stmt)' EXEC sp_executesql @stmt SET @stmt […]

2005-05-11

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