FOR XML PATH

Technical Article

RE: Problem w/temporary tables in Stored Procedure accessed by SSRS

  • Reply

In addition to the fact that it takes less time to spin up on the Reporting Services, I trust the Database Driver for SQL to release connections (which I've been having no end to problems with Crystal), more of our people are familiar with the Visual Studio environment, etc, etc.  Makes it more cost effective […]

You rated this post out of 5. Change rating

2004-07-23

2 reads

Technical Article

RE: Import and export data

  • Reply

Can i do some thing like this?. SET QUOTED_IDENTIFIER ON GO SET ANSI_NULLS ON GO CREATE PROCEDURE EXPORT_IMPORT_DATA(@direction CHAR(20)) AS DECLARE @Table_Name CHAR(100) DECLARE @sql CHAR(200) DECLARE tablename_cursor CURSOR FOR SELECT name FROM sysobjects WHERE xtype = 'U' OPEN tablename_cursor FETCH FROM tablename_cursor INTO @Table_Name WHILE @@fetch_status = 0 BEGIN BEGIN TRANSACTION IF @direction = […]

You rated this post out of 5. Change rating

2003-11-21

1 reads

Technical Article

RE: DTS Connection - ANSI_NULLS setting

  • Reply

quote: I have had this problem before and the solution was to create the procedure from QA not EM. Do you have to create the proc from DTS? Could you not call the procedure from DTS? The point is to create the view dynamically and this is only one step in a very complex DTS […]

You rated this post out of 5. Change rating

2003-11-19

1 reads

Technical Article

RE: SQL Newie needs help

  • Reply

No problems, Frank. I'm back from a vacation in Boston. I'll be posting again this week. Thanks for missing me. This looked like a good thread. I'm with you on the Books Online thing. That's exactly how I learned SQL and felt it was more thorough than taking a training class 'cause I had to […]

You rated this post out of 5. Change rating

2003-07-23

Blogs

Step Up Your Data Game: Learn Advanced SQL Techniques for Analysis

By

In the modern data-centric landscape, SQL stands out as the dominant tool. It's essential...

SQL Saturday Boston 2024 Slides

By

Thanks to everyone that came to my talks. Slides are below. Best Practices for...

Small Data SF 2024

By

I can’t remember how I heard about Small Data SF 2024, but it caught...

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