Viewing 15 posts - 106 through 120 (of 320 total)
johncyriac (11/25/2008)
I am Not able to connect SQL 2005 intance
from windows 98 ODBC as well as SQL 2000 Query Analyzer,
Our problem is a number of windows 98 clents...
November 26, 2008 at 12:18 am
joel_langlois (11/25/2008)
I have a table with an identity column that increments by 1 per record…
I’ve been adding records and removing records and I noticed that when I remove a...
November 25, 2008 at 10:38 pm
mohinidba (11/25/2008)
after restoring master db.the temp db went disable state.how to i bringit back to enable state
right click on the Agent and select Start, and still if does not work,...
November 25, 2008 at 9:42 pm
garethmann101 (11/25/2008)
November 25, 2008 at 9:35 pm
huuhieu004 (11/25/2008)
Server A(DB) ServerC
I created a linked server "SrvName".
I...
November 25, 2008 at 3:56 am
winash (11/25/2008)
In the links that were provided are good...
November 25, 2008 at 3:15 am
Tom Brown (11/25/2008)
No - in any practical situation this would be impossible
yes practically it is impossible as it contains the transaction information only. but depending on the required information,...
November 25, 2008 at 3:00 am
Tanveer (11/25/2008)
Got the soln...Thanks
welcome
November 25, 2008 at 2:50 am
bharathimc02 (11/24/2008)
shithij,I want this output in SQL Server Business Intelligence Studio...
DECLARE @MyResult TABLE (PK Int, SumOfPockets Varchar(4000))
DECLARE @pk varchar(1000)
DECLARE @MyString Varchar(4000)
SET @MyString = ''
DECLARE cMyTable CURSOR LOCAL FAST_FORWARD...
November 24, 2008 at 11:54 pm
Tanveer (11/24/2008)
Consider a scenario where a developer has fired a huge query in sql server 2000 with Begin Tran and by mistake or accidently has not commited that transaction with...
November 24, 2008 at 11:36 pm
Kiran Kumar MP (11/24/2008)
Thanx yaar
will it work??
November 24, 2008 at 11:13 pm
Kiran Kumar MP (11/24/2008)
Hi shitijCould you please give me the structure of actionstate?
kiran
it has two columns
ID(int) IDDesc(varchar)
1 ...
November 24, 2008 at 10:56 pm
bharathi (11/24/2008)
SELECT
C.RCN_ID As CandidateID,
I.RIV_ID As InterviewID
FROM
Abacus_Rec_INTERVIEW AS I
INNER JOIN
(SELECT
RCN_ID
FROM
...
November 24, 2008 at 10:54 pm
Mr J (11/24/2008)
CREATE TABLE test AS
(SELECT A, MAX(B)
FROM ...
November 24, 2008 at 10:50 pm
Patrick Ige (11/24/2008)
I would have to declare all the variables
Pls test it.
krayknot (11/24/2008)
Patrick Ige (11/24/2008)
November 24, 2008 at 10:40 pm
Viewing 15 posts - 106 through 120 (of 320 total)