SQL in the City

Technical Article

RE: Question of the Day for 29 Jan 2004

  • Reply

Dave,would you please use the KISS approach when writing? You got me flipping through the pages of my dictionary Actually, I don't mind getting questions from a greate variety of topics as long as I can answer them

2004-01-29

Technical Article

RE: Using xp_cmdshell

  • Reply

 Ok.. this SP.. its great.. but.. i am trying to call some BAT or EXE files.. and does not work...  Is there somebody that use xp_cmdshell to call one BAT or EXE file.. ?for example:xp_cmdshell 'c:\Winnt\System32\calc.exe' Tnks 

You rated this post out of 5. Change rating

2004-01-08

Technical Article

RE: DB Backup files

  • Reply

You are correct in your assumption that sqlmaint actually looks at the timestamp portion of the file name to determine which files to delete for a given database.  It will not, for example, delete all old files with a .bak (or any other) extension.  It will also not delete backup files that do not follow the […]

You rated this post out of 5. Change rating

2004-01-05

Technical Article

RE: Updating a view in SQL 2000

  • Reply

I ran this from one session: CREATE TABLE [dbo].[tbltest] ( [Pkey] [int] IDENTITY (1, 1) NOT NULL , [fname] [varchar] (50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL , [lname] [varchar] (50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ) ON [PRIMARY] go CREATE VIEW dbo.vwTest AS SELECT fname, lname FROM dbo.tbltest go grant select on tbltest to public go grant insert, update […]

You rated this post out of 5. Change rating

2004-01-02

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