Viewing 10 posts - 16 through 25 (of 25 total)
SQL Reddy (3/18/2009)
Well...login problem is resolved...now its problem from the server-side.Restart the sql server service once...(if its not production:-))
Check if the protocols(tcp/ip,shared memory) are enabled.
Hi,
As mentioned...
March 18, 2009 at 6:47 am
Derek (3/17/2009)
March 18, 2009 at 6:43 am
Hi,
Could you tell me what authentication you have used to connect to the server. It seems to be that you are using windows authentication to connect to...
March 18, 2009 at 6:12 am
Hi,
Check whether mysqld.exe or mysqld_nt.exe is running in the server machine or not. If not start this exe and try connecting to it.
Regards,
Ashok S
March 18, 2009 at 5:57 am
Hi Guys,
This is really a nice topic to discuss. Let me add my experience about the error. I have created a SSIS Package 2005, and in...
March 18, 2009 at 5:49 am
polo_sport9 (3/18/2009)
INSERT INTO LONEKAT (beskrivning,manadslon,provisionsandel)
VALUES ('Ingångslön',10000,0.10)
INSERT INTO LONEKAT (beskrivning,manadslon,provisionsandel)
VALUES ('Junior säljare',15000,0.40)
INSERT INTO LONEKAT (beskrivning,manadslon,provisionsandel)
VALUES ('Säljare',20000,0.60)
INSERT INTO LONEKAT (beskrivning,manadslon,provisionsandel)
VALUES ('Senior säljare',25000,0.80)
INSERT INTO LONEKAT (beskrivning,manadslon,provisionsandel)
VALUES ('Grupp...
March 18, 2009 at 5:00 am
Hi Thompson,
Hope this code will help you in getting the result.
CREATE TABLE #TEMPCHAPTER
(
CHAPTERID INT
,CHAPTERNAME VARCHAR(100)
,NO_OF_PAGES INT
)
INSERT INTO #TEMPCHAPTER
SELECT 1,'CHAPTER1',2
UNION ALL
SELECT 2,'CHAPTER2',4
UNION ALL
SELECT 3,'CHAPTER3',1
UNION ALL
SELECT...
March 18, 2009 at 4:41 am
March 9, 2009 at 3:44 am
Hi,
Read the arguments section of this link,
http://msdn.microsoft.com/en-us/library/ms189470.aspx
Regards,
AshoK S
March 9, 2009 at 3:38 am
Hi Roy,
I may be bit late for your query, but hope even this code gives you the result you are expecting :).
...
February 27, 2009 at 7:05 pm
Viewing 10 posts - 16 through 25 (of 25 total)