Indexing

Technical Article

RE: Transactional replication - SQL 7

  • Reply

Andy, Thank you for the help. So if I understand you correctly the identity column must just be manually recreated on the subscription database and it should work fine? What about all the table relationships, is that taken over as well when creating the replication DB? Regards Raino Botha

You rated this post out of 5. Change rating

2003-08-21

1 reads

Technical Article

RE: source control for stored procedures

  • Reply

Before my dba/webdev days I was a "Configuration Manager" at Nordstrom.com. That title didn't do to well in 2K, let me tell you. Bob: What exactly is it that you do here? Calvin: Can you see? I take the source code from the developers and deliver it to QA. Then I take the source code […]

You rated this post out of 5. Change rating

2003-08-20

1 reads

Technical Article

RE: Pet Peeves

  • Reply

quote: Your to quick in a morning Frank, was about to edit it haha, another typo. And in english !!! So, you're smoking and thump your cigarettes out of the car window??? I guess that's not political correct anymore. Feel ashame, you !!! Cheers, Frank

You rated this post out of 5. Change rating

2003-08-20

Technical Article

RE: Rollback in Sql query window

  • Reply

yep! Sometimes, I will even cover my rear further by doing something before the transaction, such as: select * into tempdb..orders from orders Sometime I'll take a prior full backup of the database. It really all depends on the circumstances. Cheers, - Mark

You rated this post out of 5. Change rating

2003-08-20

Technical Article

RE: SQLLite Speed Restore time Doubled after 2003/SP3a

  • Reply

Hi, I have seen no major differences in restore times between LiteSpeed and Native restores. My experience with restores (LiteSpeed or Native), is that there are two major factors which will cause varying results in restore times: 1-Restoring on a system where the database and log devices do not already exist will generally be twice […]

You rated this post out of 5. Change rating

2003-08-20

Technical Article

RE: shrinking a transaction log

  • Reply

If you can shut down the database I've always found that the quickest solution is immediately after a full backup to use sp_detach_db, delete the physical log file and then use sp_attach_db. EXEC sp_detach_db '<DB_Name>', 'true' EXEC sp_attach_db @dbname = N'<DB_Name>', @filename1 = N'<Path_T0_Physical_Data_File>' By attaching only the data file a blank log file of […]

2003-08-19

1 reads

Technical Article

RE: Ignorant Boss! Need Help Explaining Validation!

  • Reply

quote: I'm not sure about that. There are tendencies, especially in accounting, to present the annual balance sheet as fast as possible after 12/31. They call it 'fast-close' Many companies put unreasonable demands on accountants, especially the big accounting firms that prey upon, excuse me, hire kids right out of school. Same with engineers and […]

You rated this post out of 5. Change rating

2003-08-19

Technical Article

RE: updates on new tables

  • Reply

...and the value of @@rowcount after the update should be 100. is it? What is the value of @@trancount? From (another) QA window, can you: select count(*) from genderpercentage where percentagefemale = 1 or: select count(*) from genderpercentage (nolock) where percentagefemale = 1 Cheers, - Mark

You rated this post out of 5. Change rating

2003-08-19

Blogs

Moving T-SQL Tuesday to Jekyll

By

I got a message a few months back that Microsoft was deprecating the MySQL...

European Microsoft Fabric Community Conference announcements

By

A TON of new features announcements at the European Microsoft Fabric Community Conference help...

RDS Connectivity

By

I travel quite a lot for work. Most of it is in the US...

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