Viewing 15 topics - 273,736 through 273,750 (of 283,945 total)
Topics
Started by
Posts
Last post
Can someone please tell me how to get this to work. I have 2 tables: actions and actionType. Action…
25 replies
Any reason why it would be better to have applications access views rather than tables? I recently…
4 replies
try the following use northwind go dbcc traceon (257) select * from customers where customerid = 'A…
3 replies
try following in QA use northwind go select * from customers where customerid = 'ALFKI' for xml aut…
2 replies
Hi all, the following is an adaption of a BOL example I've found while searching for CONTAINS. USE …
5 replies
I want to return a specified column row with the adjacent number of rows above and below. e.g. Sele…
1 replies
I want to return a specified column row with the adjacent number of rows above and below. e.g. Sele…
8 replies
Hello, i 've tried that when a DTS failed it should send an email to the person who is in care for …
3 replies
Hi all, can anyone comment if the book 'The Definitve Guide to SQL Server Performance Optimization'…
3 replies
Hi! I am trying to implement the following algorithm: Having a list of databases in a cursor backup…
6 replies
I have created a stored procedure that will take a xml stream as parameter and return the processed…
2 replies
Hi all, after a bad manipulation, my Sql Server 2000 has created an unamed database. And i can't de…
8 replies
Dear all, I want to port DB2 database records into Oracle database. How can I do this using VB or b…
2 replies
How do I find size in KB of particular table in database
6 replies
How do I find size in KB of particular table in a database
1 replies
Viewing 15 topics - 273,736 through 273,750 (of 283,945 total)