NoSQL

Technical Article

RE: how: SQL matching two multiple valued strings

  • Reply

After nine months of subscribing to this site. This is my first reply to a post. That was awsome!! I ran each part of the script independently and I still trying to grasp the entire concept. Can you explain spt_values, I attempted to use sp_helptext and the general bol and didn't find it. Thanks

You rated this post out of 5. Change rating

2004-08-11

Technical Article

RE: copying a billion row lines

  • Reply

I've not hit the magic billion but I have done 100's millions.I used to take the production server down for a morning when I did it.My approach was as followsCalculate the size of the table to be copied.  See BOL and in the index type "calculating table size" the top three entries are the valid […]

You rated this post out of 5. Change rating

2004-08-05

Technical Article

RE: how to make a copy of the db on another machine?

  • Reply

Hi, Thanks for your reply. I backup the database weekly. What I want is a updatable standby server. My version is standard and replication cannot meet the requirement perfectly (for example, restriction on 'text', 'image' fields). So I am thinking to copy the database to another machine every day. If the server is down, user […]

2004-07-08

Technical Article

RE: bit types different on SQL7 and 2000

  • Reply

I think that they used -1 as this is the value for True in MS Access and in Visual Basic. Indeed, it seems that SQL Server 2000 behaves differently (more correct, if I may say) than SQL Server 7. But you can use sp_dbcmptlevel to simulate the SQL Server 7 behaviour:if exists (select * from sysobjects […]

You rated this post out of 5. Change rating

2004-07-03

Technical Article

RE: batch file to call a procedure from sql

  • Reply

Hi sunil,        If you think of executing the Stored Procedure(SP) during the Windows startup then it is wrong thing to do. B'coz the SQL Server has to start for running your SP.       But don't worry there is a solution for running the Stored Procedure when you start the Microsoft® SQL Server™.      Use "sp_procoption" for setting up the SP for Autoexecution. This […]

You rated this post out of 5. Change rating

2004-03-13

Blogs

T-SQL Tuesday #176: One piece of advice for Past Steve

By

I almost missed this month, so this is also a good #SQLNewBlogger post. I...

Deleting Old Local Git Branches–#SQLNewBlogger

By

I had a lot of local branches for a repo (actually a few repos)....

Use Your Voice

By

If you want more of a career and less of a job, one thing...

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