Topics
Started by
Posts
Last post
I have a stored procedure that takes 38 seconds during an Application stress test BUT when I run it…
6 replies
Hi... I'm using SQL Server 7. Is it possible to passing Table Name / Database Name as parameter in …
3 replies
I am a newbie so please forgive a basic question. I need to send an e-mail back to the specific us…
1 replies
I get duplicate rows in my results. I am sure it is my query: SELECT FSP2.edp, FSP2.sku, FSP2.sizev…
1 replies
SELECT tbl.id, tbl.sku, tbl.sizevalue + ' ' + tbl.colorvalue + ' ' + tbl.widthvalue as sizecolorwid…
1 replies
I have a simple delete procedure like this: DELETE FROM tSchedule s INNER JOIN tSchDoneTemp d O…
1 replies
I am using SQL2K Standard Version 8.00.384 (SP1) and I want to insert data from a text file into a …
5 replies
Hi, is it possible to dynamically generate a query projection. That is: I would like to dynamically…
2 replies
I have a table with a datetime column, default is getdate(). Every time a particular event occurs i…
4 replies
I create table with varchar column with a collation that differ from the database default , after t…
1 replies
I've got a fairly easy to solve problem, that i can't solve..! My statment: SELECT unqueid, title, …
3 replies
Hi I have a table with identity column. I want to remove the identity on this column. Is it possibl…
2 replies
I have 2 tables (obviously). Contractors and contractorsub. This is going to be a 1(contractors) t…
1 replies
I have modified this table with column EMPNO ,EMPDATE , SHIFT and I have the following data Empno …
1 replies
2 tables tblproduct shortsku varchar 5, edp int primary, name varchar 1000 tblkit kitedp int primar…
5 replies
Viewing 15 topics - 16,561 through 16,575 (of 17,082 total)
You must be logged in to create new topics.