Troubleshooting

Technical Article

RE: Single User Bug????

  • Reply

quote: ...Is there any possibility that DBCC is trying to fix some minor errors, and SQL Server changing to Single User Mode & not changing it back?! Just a Thought.... That is EXACTLY what is happening. When you check "Attempt to repair minor problems" under the Integrity tab, the maint plan job will try to […]

You rated this post out of 5. Change rating

2003-07-30

Technical Article

RE: Replacing BCP with SQLBulkLoad

  • Reply

This article assumes that XML is the way of the future, which is a false assumption. XML has some significant problems. 1. Performance. I'm not talking about file size (and the resulting poor performance over networks), but about that fact that parsing XML is an intensive process. For one thing, you must read the entire […]

You rated this post out of 5. Change rating

2003-07-21

Technical Article

RE: Workaround needed to run sp_addlogin

  • Reply

Now why did I not think of that. Sounds a very straightforward solution compared to the hoops I was trying to jump through. Running the job every minute is clear and also the logic to process the tables. Just a couple of points which are not quite clear to me in your reply: When you […]

2003-07-02

Technical Article

RE: something similar to forking a separate process

  • Reply

A real low-tech way would be similar to the method mentioned by stax68. Create a stored procedure to do the work. Set it as a job to run every minute (or whatever frequency seems necessary). The arguments indicating that the process should be run would be entered into a table from your calling program. When […]

You rated this post out of 5. Change rating

2003-06-27

Technical Article

RE: DTS consequences

  • Reply

Replication is enabled for specific databases and should not effect how the others operate. However, depending on push or pull an where the distributor is they can chnge the server loads which does effect overall performance. And DTS is not the same as replication although you can create a custom datamove similar to the concept […]

You rated this post out of 5. Change rating

2003-06-27

Technical Article

RE: bcp with queryout

  • Reply

I tried it a again: use master exec xp_cmdshell 'bcp "select * from dbname.owner.table where checkbit = 0" queryout e:\products.txt -c -Sserver -Usa -Ppassword' I get as an error the format for writing bcp commands...?

You rated this post out of 5. Change rating

2003-06-26

Technical Article

RE: IN dynamic string problem..

  • Reply

You could try select * from master..FGMapperPageAlloc where dbid = 6 and fileid = 1 and charindex(ObjectNameAtPage,@vmyobj_) > 0 order by 1,2 Sorry, typo. Edited by - davidburrows on 06/24/2003 07:41:11 AM

2003-06-24

Blogs

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...

Snowflake + Azure blob

By

Let’s go back to data platforms today and I want to talk about a...

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