size

Technical Article

Index Breakdown

  • Script

Provides a robust breakdown of all indexes contained within a database allowing for quick analysis and identification of inefficient, redundant, unused, bloated, stale, and / or poorly architected indexes.

4.9 (30)

You rated this post out of 5. Change rating

2019-04-15 (first published: )

6,978 reads

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

Technical Article

RE: Question of the Day for 10 Sep 2004

  • Reply

To  Rudy KomacsarOnly thing you need to do from second query analizer is to runselect * from #tempat the end of your exercises. You'll get error, because there is no table #temp for the second session. You can create it and than check  tempdb..sysobjects. It will contain 2 tables #Temp_...__<Number>, 1 per session. 

You rated this post out of 5. Change rating

2004-09-12

Technical Article

RE: User permissions

  • Reply

Permissions are stored in the sysprotects system table in each database. The Action column defines what type of permission (SELECT/UPDATE/CREATE TABLE/etc) is being set. Read SQL BOL for more details about the columns, but basically you should be able to select from that table with a CASE statement to see what permissions are set.CREATE TABLE, […]

You rated this post out of 5. Change rating

2004-09-06

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