Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #4K
~2K People Reached
Favorite Forums

6 Posted Topics

Member Avatar for achied

Hi , can anyone help me. I tried to start an SQL Server instance from command line with sqlservr.exe. But on the last line it said "a significant part of sql server process memory has been paged out. this may result in performance degradation". And my instance didn't start. But …

Member Avatar for pclfw
0
98
Member Avatar for kau14
Member Avatar for agr8lemon

[CODE] CREATE TABLE T { Name varchar(10) , Location varchar(10) , CONSTRAINT U_NameLocation UNIQUE (Name,Location) } [/CODE] use Unique constraint. Primary key column is unique too, but you can have more than one Unique constraint in one table

Member Avatar for achied
0
213
Member Avatar for GLT
Member Avatar for achied
0
410
Member Avatar for asmikwen

Hi.. i have test it before, i was trying to transfer data from mysql to SQL.Sever. i was using MSDASQL Provider, it's an OLEDB provider for ODBC. 1.First of all, you have to install odbc driver for My.SQL. So you can access MySQL through ODBC provider. 2. After that you …

Member Avatar for bgkalbente
0
299
Member Avatar for fadia

Is the that one error "do statement must have a while" ? You must close your do statement with while. Please check your again

Member Avatar for achied
0
374

The End.