sql prompt

External Article

SQL Server Intellisense VS. Red Gate SQL Prompt

  • Article

Fabiano Amorim is hooked on today's Integrated Development Environments with built-in Intellisense, so he looked forward keenly to SQL Server 2008's native intellisense. He was disappointed at how it turned out, so turned instead to SQL Prompt. Fabiano explains why he prefers to SQL Prompt, why he reckons it fits in with the way that database developers work, and goes on to describe some of the features he'd like to see in it

2010-04-09

4,030 reads

Technical Article

RE: Agile Development with Scrum

  • Reply

"The customer lists all the features they want in priority order."And how often can your customers tell you exactly what they want, let alone as a prioritized list?If you are lucky enough to get a feature list, and it doesn't change half-way through, everything will be top priority. If you make the decision for them, […]

2005-05-18

Technical Article

RE: UPDATE a table using results of a UNION query

  • Reply

You can create a view to hold the output of the two queries as CREATE VIEW MYUNIONDATE AS(SELECT     Name, MaxOfDateQC   FROM         vw_vendor_current_mech   UNION ALL   SELECT     Name, MaxOfDateQC   FROM         vw_vendor_current_elec)GOUPDATE TblVendors SET TblVendors.Vendor = 1 WHERE TblVendors.Name IN (SELECT [Name] FROM MYUNIONDATE)Thanks

2005-05-18

Technical Article

Disable use of SQL Enterprise Manager

  • Topic

I want to remove the ability of some of my users to connect to a database using SQL Enterprise Manager. I would still like the users to have the ability to use Query Analyzer. What access rights do I need to remove from a login to achieve this?

2005-05-18

2 reads

Technical Article

CSV Rendering

  • Topic

I have a report which takes lot of time to render, rather the stored procedure returning the data to the report consumes good amount of time because of the number of records and conditions in the stored procedure, So what I need to implement is when the report is invoked I am displaying different rendering […]

2005-05-18

2 reads

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