Query Data Store (QDS)

Technical Article

RE: db_datawriter role and application sec.

  • Reply

Are the apps all accessed via a browser?  Could you put a block on all access attempts that don't originate from the web server or IT computers?If the apps connect via ODBC and use standard SQL authentication, do the users know the password to get them through the ODBC connection?I would also take the political route […]

2005-02-02

Technical Article

Using DTS to import XML files

  • Topic

Hi,I want to import a simple XML file into a database table. the problem is thant in DTS, there are no connection to an XML file. Can you help me to do so from a DTS.thanks.example: xml file is <root><person><name>person</name><age>25</age></person></root> 

2005-01-09

213 reads

Technical Article

RE: table returning udf join

  • Reply

This is a common misunderstanding of the Table valued Functions.Supose your function returns Different result sets for different arguments HOW is the JOIN you are trying to accomplish going to be resolved?Join to the first, second, third .... resulset  or it would be any combination of those? ... Of Course SQL has to complain about that. […]

2004-12-23

Technical Article

Locating System databases on specific drive

  • Topic

I'm going to loading a new server with SQL Server 2000.  What do I need to do to have the System databases (master, model,msdb.etc) load into a specific location.  Do I have to move them after the fact?  I want them to reside on a different drive from the SQL Server files.  Any articles that speak […]

2004-12-23

Technical Article

RE: Copy SP

  • Reply

INSERT INTO tbl2 (fname) SELECT fname FROM tbl1 WHERE ref#='123'Btw, the # sign isn't really good to be used as a column name. I have seen several threads here, where this caused more or less severe problems.

You rated this post out of 5. Change rating

2004-12-16

Technical Article

RE: Backups Failing as Scheduled jobs

  • Reply

Both SQL Agent and MSSQLSERVER services start with the same account ..that account has local admin rights. Job is being run right at the server (remoting in using same account as the one the services start with). It wasn't whether it was being started using format or not ..what the problem ended up being was […]

2004-11-22

Technical Article

RE: getting the top 1000 records

  • Reply

SELECT TOP 1000 WITH TIES DT.telephoneid , DT.RequestsFROM (SELECT telephoneid,count(*) AS RequestsFROM tblGROUP BY telephoneid) AS DT.ORDER BY DT.Requests DESC This will return the TOP 1000 but also take into account situations where record 1000 and record 1001 have the same number of requests.

You rated this post out of 5. Change rating

2004-10-01

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