Patching

Technical Article

RE: Query relational data

  • Reply

I assume you are referring to metadata. Take a look at the INFORMATION_SCHEMA views. For example: SELECT * FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_TYPE = 'BASE TABLE' This will show you all tables in the database. Look up INFORMATION_SCHEMA in Books Online.

You rated this post out of 5. Change rating

2005-05-26

Technical Article

RE: Windows Authentication versus specifying userid/password

  • Reply

For info:To use WIndows Authentication you'll first need to ensure that the SQL Server is set-up for it:Right click on the SQL Server in Enterprise Manager and select the SECURITY tab and check the setting is set to "SQL SERVER AND WINDOWS".For Windows Authentication to work the SQL Server and the PCs that want to […]

2005-03-14

Technical Article

DMO JOBs Script method differs from EM Generate Script

  • Topic

I want to generate scripts for my jobs. I've found a couple of differences between using EM to Generate Script and DMO.Using EM I get :  -- Add the Target Servers   EXECUTE @ReturnCode = msdb.dbo.sp_add_jobserver @job_id = @JobID, @server_name = N'(local)' Using DMO Script method I get : execute @ReturnCode = msdb.dbo.sp_add_jobserver @job_id = @JobID, […]

You rated this post out of 5. Change rating

2005-03-10

1 reads

Technical Article

RE: xp_cmdshell & ODBC WrapperRead() error...

  • Reply

hi,It seems to be either an old MDAC or a security problem ( is the user granted to execute xp_cmdshell and does he have privs to access the files ). If not it can be a network issue.BTW; how dit you establish to connect the SAN to a Standard Edition. Regarding the documentation on this […]

You rated this post out of 5. Change rating

2004-11-17

Technical Article

RE: Sp3a on Client SQL Server 2000

  • Reply

I looked in the registry under:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\80\tools\ClientSetup\CurrentVersionI would have tougth that:If 8.00.194  Then SQL Server 2000 original releaseIf 8.00.384 -> SP1Si 8.00.534 -> SP2Si 8.00.760 -> SP3 ou SP3ABut this value did not changed.But the new value CSDVersion was set to 8.00.761Any idea?Best regards,Carl

You rated this post out of 5. Change rating

2004-10-18

Blogs

Enabling an Index: #SQLNewBlogger

By

I don’t do a lot of work with disabled index, but I learned how...

Back to Boston for SQL Saturday

By

I’m leaving again tomorrow for a trip. This time I head back to Boston...

T-SQL Tuesday #179: What’s In Your Data Detective Toolkit?

By

Most of us who work with data have, at least a few times, been...

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