Viewing 15 posts - 151 through 165 (of 320 total)
Jaya Chitra (11/19/2008)
In my application, I have the below requirement.
When the user specifies a keyword, I have to search the complete database tables and column values which matches the...
November 20, 2008 at 1:41 am
Mike Levan (11/19/2008)
Login ...
November 19, 2008 at 5:57 am
John Marsh (11/19/2008)
Hello,In your second example, Distinct applies to the whole record.
Regards,
John Marsh
yes distinct applies to the whole record and sql created the duplicates where it requires to fill the...
November 19, 2008 at 2:35 am
pratyush.singh.chandra (11/19/2008)
November 19, 2008 at 12:12 am
jsnv (11/18/2008)
I have a problem to find closest match data inputted with the one in Table.
eg. In my Table, i have data like this.
0010 ...
November 18, 2008 at 11:11 pm
deepak.spiral (11/18/2008)
11/12/2008
11/12/2008
12/12/2008
12/12/2008
12/12/2008
15/12/2008
15/12/2008
15/12/2008
by this colomn i need to find Max and Min at Runtime/Report Preview.
as...
November 18, 2008 at 11:09 pm
Nandy (11/18/2008)
I have used the cursor in the stored procedure to delete the data from the table. I'm deleting the data from table where I used the same table...
November 18, 2008 at 11:06 pm
Paresh Prajapati (11/18/2008)
But Which is best option if i have to implement???Mirroring or shipping ??
Database mirroring can be simpler to implement. When using its synchronous mode, the mirror database is...
November 18, 2008 at 11:02 pm
steveb (11/18/2008)
SELECT * FROM sys.database_principals
WHERE TYPE = 's'
thanks for knowledge updation
November 18, 2008 at 10:53 pm
Rohit Chitre (11/18/2008)
The query is running for more than 7 hours and still the task is not completed.
Yes , it takes time
first query processor tried to find out where your...
November 18, 2008 at 10:45 pm
Rohit Chitre (11/18/2008)
Thanks...
November 18, 2008 at 10:39 pm
arnold (11/18/2008)
Need your help on how to display my 3 columns coming from 3 different tables. I have 3 Tables with 1 column.
create table DimLab1 (idno int,
WidthData float...
November 18, 2008 at 10:34 pm
karschnike (11/18/2008)
November 18, 2008 at 10:01 pm
Rohit Chitre (11/18/2008)
I have a table of 3.7mn records. I need to delete 37,000 records from it.
I have created a temp. lookup table (not # or ## table) which...
November 18, 2008 at 9:59 pm
Paresh Prajapati (11/18/2008)
So, which option is best...
November 18, 2008 at 9:55 pm
Viewing 15 posts - 151 through 165 (of 320 total)