Viewing 15 posts - 31 through 45 (of 89 total)
john.arnott (5/6/2008)
--The statements compile.
--Each "select" is executed.
--Then the two result sets...
May 7, 2008 at 12:47 am
Jeff Moden (5/2/2008)
DECLARE @somestring VARCHAR(8000)
SET @somestring =...
May 7, 2008 at 12:26 am
Jeff Moden (4/30/2008)
It's not possible to help without knowing either the content of the various variables or you printing out the value of the variable you're trying to execute.
this is...
May 1, 2008 at 9:31 pm
Mahesh Bote (4/30/2008)
From BOL:
Using sp_executesql is recommended over using the EXECUTE statement to execute a string. Not only does the support for parameter...
April 30, 2008 at 6:49 am
Thanks
i can't try it now, since my excell feature is not yet installed. i will try later. but i understand the other way from bcp
April 25, 2008 at 5:48 am
i think the index seek is not taking weekend column it is taking only customer id , but it is showing full conditional string
April 25, 2008 at 12:40 am
Sergiy (4/24/2008)
You may query SQL server directly from Excel.Of course you need to have access to that instance of SQL Server from the machine there you open Excel.
nice..can you explain...
April 24, 2008 at 11:13 pm
Javier (4/24/2008)
We use this sproc, don't know where i saw first
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=72841
http://www.eggheadcafe.com/software/aspnet/31906881/importing-saltable-to-exc.aspx
DECLARE (We made some modifications to use it 'cause having...
April 24, 2008 at 11:11 pm
sorry guys
i found the result. since i am using INFORMAT_SCHEMA views i am getting these result
Thanks
April 23, 2008 at 7:07 am
Bilichi (4/10/2008)
i am Getting the following error in sqlserver 2000 with service pack 1 while executing the sp.Same sp when i am run in some other server of same...
April 21, 2008 at 11:30 pm
hi
i used the given example, but i got error saying
Server: Msg 156, Level 15, State 1, Line 1
Incorrect syntax near the keyword 'WITH'.
i am using sql server 2000, I don't...
April 21, 2008 at 5:13 am
April 21, 2008 at 1:37 am
shamshudheen (4/18/2008)
i already tried the result is 1 not rows affectedtry yourside
Hi guys,
I am sorry, i made a mistake after execute sql i called getdate() function and after i called...
April 21, 2008 at 12:31 am
i already tried the result is 1 not rows affected
try yourside
April 18, 2008 at 6:09 am
GilaMonster (4/18/2008)
Anirban Paul (4/17/2008)
Check this whether it works or not:ALTER INDEX [IX_name] ON table DISABLE
GO
Alter Index is only 2005 and higher. 2000 didn't have the command at all.
You are right,...
April 18, 2008 at 5:34 am
Viewing 15 posts - 31 through 45 (of 89 total)