Compare

Technical Article

RE: SQL Server Scripting and WMI

  • Reply

Hi Phill, I have thought about the dark side of the article myself... But, I also think that if Administration is done properly, which means Domain admins and SQL Admins are different entities that do not share domain passwords, (and of course passwords are changed regularly as part of the business operational tasks, which is […]

You rated this post out of 5. Change rating

2005-04-25

Technical Article

RE: Reading SQL 7.0 trace files in SQL 2000

  • Reply

We're being hammered by HIPAA on our side, and Profiler is the worst performing utility that comes with SQL Server that I've had experience with. We are looking at third party solutions. I believe the one we like the best at this time is SQL Guard which doesn't run on the box at all. It's […]

You rated this post out of 5. Change rating

2005-01-13

Technical Article

RE: Table Datatype with primary key

  • Reply

Hi Stefan,Are you creating the table from scratch? If so this should work just fine.CREATE TABLE TableName ([PrimaryKey] [int] IDENTITY (1, 1) NOT NULL, [ColumnName] [int] NOT NULL,    [ColumnName] [varchar(4)] NOT NULL) ON [PRIMARY]ALTER TABLE TableName WITH NOCHECK ADD CONSTRAINT   [PrimaryKey_TableName] PRIMARY KEY  CLUSTERED   ([PrimaryKey]) ON [PRIMARY]If the table already exists, just use the second bit.Why […]

You rated this post out of 5. Change rating

2004-11-12

Technical Article

Creating Installer w/ MSDE: Need to start server for OSQL

  • Topic

I have an installer package that installs MSDE, MDAC, etc for the client. I also need to run an SQL package to load the database. What I need to do is start the local MSDE so that I can run the following batch file:The OSQL will not run after the MSDE installation unless the PC […]

You rated this post out of 5. Change rating

2004-11-10

1 reads

Blogs

Democratizing Core Contributions: A Guide to WordPress.org Badges 

By

In the WordPress community, badges aren’t just for scouts.

Microsoft Purview GA menu’s

By

The new data governance features in Microsoft Purview are now being made generally available...

Connect to Power BI as a Guest User in another Tenant

By

Sometimes your Microsoft Entra ID account (formerly known as Azure Active Directory) is added...

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