Hierarchies

Technical Article

How to Execute quary in store procedure

  • Topic

i would like to create a temp table and insert values into the temp table in a store procedure, is it possible?, i have tried it as follows create procedure mype as   DECLARE @a varchar(100)   set @a= 'create table #mytable              ( itemcode varchar(15),                itemname varchar(50),                unitname varchar(15),                unitprice money               […]

You rated this post out of 5. Change rating

2004-03-16

3 reads

Technical Article

RE: Need ActiveX Script To Rename A File

  • Reply

That is the solution I have implemented. Thanks. From a curious stand point, I would still like to know if there is a rename command for VB Script to do this. Any one know? Robert W. Marda SQL Programmer bigdough.com The world’s leading capital markets contact database and software platform.

You rated this post out of 5. Change rating

2003-12-22

1 reads

Technical Article

RE: Closing bal prev month / opening bal next month

  • Reply

Hi, I found that using the following in the calculated cell works very well: ([Report Section].[Module].&[CASHFLOW], [Measures].[Amt],parallelperiod(month)) Parallelperiod finds the current member of the time dimension, and in this case (month) looks at the previous month dimension / measure. Regards, Andre

You rated this post out of 5. Change rating

2003-12-12

1 reads

Technical Article

RE: Running Query batches in stored procedure

  • Reply

To ease coding it: select '[' + object_name(id) + '].[' + name + '] ,' from syscolumns where id = object_id('tablename') order by colid Copy and paste the result, remove the columns you don't want. Takes just slightly longer than using select *, and has the advantage of being modifiable so you can use it […]

You rated this post out of 5. Change rating

2003-11-21

Technical Article

RE: vanishing databases and servers

  • Reply

is it possible to reconfigure SQL server to work disconnected from the network I am using ASP & IIS 5.0 to generate web pages with data from SQL Server and i want to be able to view them on the same machine as i am developing at home.

2003-07-08

Technical Article

RE: Cumulative wait time on server

  • Reply

Apart from the 1 line BOL and MSDN dedicate to it, I can find very little. I can only assume that if it's high and the server is processing thing acceptably then the high figure is a slow network and/or slow client.

2003-06-10

Blogs

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...

A New Word: Moledro

By

moledro – n. a feeling of resonant connection with an author or artist you’ll...

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