Topics
Started by
Posts
Last post
SET @EventIDs = 7,3,4,5 INSERT INTO CompanySeasonProductTemplate SELECT 1 ,EventID , NULL , NULL, …
2 replies
As you can see, I have this select statement that generates some values based on a passed in @Proje…
4 replies
I want to get a stored procedure to pass back the key of the table it has just inserted into. So I'…
5 replies
Hi all, I have a view called Item CREATE VIEW ITEM AS SELECT * FROM General.DBO.ITEM UNION SELECT *…
1 replies
I have a problem that I have already solved but I am wondering if there is a better way. What I ha…
6 replies
I was able to successfully test the following from a dos command prompt: 1> xp_sendmail @recipi…
10 replies
Hello. I'm having an issue with a query I am trying to write. I am passing in a a param…
16 replies
Have asked previous but not helped...so thought I would give it another go. Using Repo…
1 replies
Hi, I'm trying to run a query (eventually used in stored-procedures) that uses a multiple tables fr…
6 replies
I need help updating a table of zip codes... The table currently has zip codes in the 9 digit forma…
23 replies
hi, i m working in a company who r using Two- tier technology. Sometime i will be insisted to chang…
5 replies
Hello all, This is the your Frequent Flyer Newbie. I have been working on this datagrid issue…
7 replies
I am trying to improve some legacy code that is used on tables of up to around 20 million rows.&nbs…
45 replies
I need to include in my query a check on a date field. I only want records returned that are …
7 replies
I am trying to Pass parameters to a stored procedure that then queries an Oracle Linked Server…
7 replies
Viewing 15 topics - 2,176 through 2,190 (of 4,456 total)
You must be logged in to create new topics.