Indexing

Technical Article

RE: Long, complicated problem (SQL Svr 7)

  • Reply

A different approach maybe? Is it possible to build a table that links a 'web-product-attribute' to a 'crm-product-attribute' in some way? Is this some kind of general structure that is always applied, regardless of the product / customer who purchases the stuff? If that's the case, it should be fairly straightforward to build this as […]

You rated this post out of 5. Change rating

2003-08-18

Technical Article

Database data dictionary

  • Script

This script returns a description of the database with references to all tables in the database with keys listed. If the column description has been filled out the listing includes that text.If you want to get a report on the structure of each database, just add this script to each database, and then use a […]

You rated this post out of 5. Change rating

2003-08-14

781 reads

Technical Article

RE: What is the best way to change passwords

  • Reply

Thanks everyone. I have some ideas now. I'm not sure ASP will work for me, I'll have to check into it more. I'm not allowed to use 'unapproved' software, so I need to find out exactly what ASP is. I'll check out the sites Frank posted. I'm also looking into testing Access since all my […]

You rated this post out of 5. Change rating

2003-08-14

Technical Article

RE: Error 1024

  • Reply

I schedule this proicedure to run 6 Am and there is another job on another machine which runs about 5 Am and completed around 5:15 and feed Data to this procedure. The frequency of the procedure is once in a day. I dont know why its gives me Locks and User error?. Some day its […]

You rated this post out of 5. Change rating

2003-08-13

Technical Article

RE: Which book(s) are best for test prep & reference?

  • Reply

I found the two mcse/mcdba (70-228/70-229) training kit books from mspress to be pretty good review. However, I think it is worthwhile to check out other books about sql server that don't focus just on the exams. These are two must-have titles: 1. Microsoft SQL Server 2000 Performance Optimization and Tuning Handbook by Ken England […]

You rated this post out of 5. Change rating

2003-08-12

1 reads

Technical Article

RE: HELPPPPPPPPPPPPP-Sql 2000 Upgrade

  • Reply

Hi there What approach did you take with the upgrade? Is this error your application table related, or system? Any fundamental architecture/OS changes? (long shot) The error is fair enough, and of course select cast('13495112479' as bigint) works a treat. Double check your v7 instance of the app and determine if this wasnt a problem […]

You rated this post out of 5. Change rating

2003-08-10

Technical Article

RE: SUM(@Month1)

  • Reply

You cannot pass a field name into a select using a variable. One solution would be to pass it in to a dynamic select statement: declare @sql varchar(8000) set @SQl = 'SELECT TOP 100 PERCENT PCTR, SUM(' + @Month1 + ') AS [Month] FROM dbo.kc_Bud_EssbaseM3 WHERE (' + @Month1 + ' <> 0) OR (' […]

You rated this post out of 5. Change rating

2003-08-08

Blogs

Moving T-SQL Tuesday to Jekyll

By

I got a message a few months back that Microsoft was deprecating the MySQL...

European Microsoft Fabric Community Conference announcements

By

A TON of new features announcements at the European Microsoft Fabric Community Conference help...

RDS Connectivity

By

I travel quite a lot for work. Most of it is in the US...

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