Topics
Started by
Posts
Last post
Is anything similar to this possible without writing whole query in every begin block or without dy…
3 replies
By: noeld
Dear All I have a table as follows for a basic bid system SourceID / Prod ID / Bidder / Bid Value…
4 replies
Hi all, I'm getting 3 syntax errors from something in the following construct: SELECT 'EXPENSE',6…
7 replies
By: sgmunson
When I try to run this code DECLARE @login varchar(255) SET @login = 'user' CREATE TABLE #Hierarc…
1 replies
By: bajkar
I am trying to create a linked SS2K db in SS2K5, and I need the link server to automatically conver…
5 replies
Hello Guys, I am working as a DBA in a MNC. Currently i need some help .... I have very large produ…
3 replies
By: jezemine
My customer needs to assign contract numbers to salespersons and vendors in advance. What I want to…
4 replies
By: billross
I need a procedure accepting series of ID's and retrieve data according to those ID numbers. Like t…
7 replies
I have a straight forward select statement which happend to include a ntext column 'ResponseData'. …
4 replies
I've got two stubborn SPROCs...both in the master DB. I've dropped and created them and also tried…
3 replies
By: GSquared
hi create table cust_product (cust varchar(10), prod varchar(10)) insert into cust_product VALUES …
6 replies
By: sgmunson
I have a view and the view already was pulling data from quite a few tables but it was still execut…
15 replies
Ok peeps maybe someone can help me out here!! the below QUERY basically is a straight select with 1…
3 replies
I have a select with a few joins producing this results table: 1 Name1 Date1 1 Name1 Date1 1 Name1 …
7 replies
I mean can we execute triggers by directly invoking them as we call the stored procedure or the UDF…
3 replies
Viewing 15 topics - 9,646 through 9,660 (of 12,230 total)
You must be logged in to create new topics.