Viewing 15 posts - 61 through 75 (of 323 total)
prakashdotc (12/22/2008)
Here's my description about my Query
i Have a Table with Columns as ProdId, Value, Date
Users will enter some value for each product on various date
The Task is to...
December 22, 2008 at 1:52 am
subha.v (12/22/2008)
I have run the query like
Select ColB,ColC from table1 where ColD= 123.
It takes nearly 30 min to finish the execution.
In this table ColD have a non-clustered index. And...
December 22, 2008 at 1:42 am
sowmya.br (12/16/2008)
I have a problem using temperory table in dynamic TSQL
I am building one sql statement dynamically through stored procedure parameters and then trying to use this sql result...
December 16, 2008 at 11:39 pm
rajoo.sharma (12/16/2008)
Thank you so much for helping me.
I added the alias as you suggested but what should I do now?
I explain the complete setup:
The machine on which SQL server is...
December 16, 2008 at 2:02 am
Hans Peeters (12/9/2008)
I looked at the video of File System task.
I know how to copy 1 single file from 1 directory to another.
I cannot find how it works with multiple...
December 10, 2008 at 3:20 am
Gauthama Kolivad (12/10/2008)
As Gail Shaw mentioned if you have backup...
December 10, 2008 at 1:46 am
Graeme100 (12/10/2008)
Haven't been a round for a while, but will try to be more active 🙂
I quick question.
I have a sql2000 sp4 server...that's fine.
Now in Enterprise Manager it is now...
December 10, 2008 at 1:39 am
charbeljoseph (12/10/2008)
We have two clustered SQL Server 2005 Standard Edition based on Windows Server 2003 Enterprise R2 32Bit with those hardware specification:
Intel Xeon CPU 3.16Ghz with 24GB of...
December 10, 2008 at 1:33 am
sotn (12/2/2008)
I know I can create 1 ado net source (data flow source) per table...
December 2, 2008 at 5:16 am
Stuart Wells (12/2/2008)
I have a storedprocedures which need to to execute some dynamic SQL via sp_executesql.
The only access a 'normal' user has to my storedprocedures is via GRANT EXECUTE on...
December 2, 2008 at 5:02 am
Swirl80 (12/1/2008)
The underlying connection was closed: An unexpected error occurred on a...
December 2, 2008 at 4:56 am
Dean Jones (12/2/2008)
I was wondering whether there is a script/way out there in which one can monitor disk space on a network shared drive, I know once can use...
December 2, 2008 at 4:50 am
guptaajay1985 (12/2/2008)
Dearwhat is AWE?
Plz tell ....
Thanx
see the link:
December 2, 2008 at 3:24 am
guptaajay1985 (12/2/2008)
Dear all"sp_help tablename"
tell us the design of table.
But it only works for master DB.
Wats the commnd to see design of table of other DB's.
Thanx
use can change the database...
December 2, 2008 at 12:25 am
avhlasith (12/1/2008)
i need to inner join temp tables to get data set.i have create temp table as follows
declare @TableVariable table(id int,[name] varchar(20))
declare @TableVariable1 table(id int,[name] varchar(20))
insert into @TableVariable values(1,'Microsoft')
insert...
December 1, 2008 at 11:01 pm
Viewing 15 posts - 61 through 75 (of 323 total)