Topics
Started by
Posts
Last post
Dear all, Please confirm me, is it possible to execute two sql statements in SP paralley. why i see…
7 replies
this is what I have select 'BCP "Select * from MyTestDB.dbo.v_CSVExport where DateRegister > dat…
3 replies
Hi, I 'm trying to create a foreign key constraint using t-sql. Two of the options in the propertie…
2 replies
I'm still a novice at SQL and I'm stuck trying to set up a search on a table that could have four '…
6 replies
Dear All, I have table which contain more than 5 lakhs of records. When i exectue select * from tab…
1 replies
this is my code for stored procedure, ALTER PROCEDURE [dbo].[tray_history] ( @history as varchar(1…
10 replies
The following query: SELECT a.ProgramID, a.Term, b.shortname FROM dbo.tblProgram a JOIN tblProgram…
2 replies
Hi guys, This is my first post, I am not too experienced with SQL so please bare with me. I have go…
29 replies
I am having data in a table like this: ID Name Value Posn HOXE EMAIL g.mang@tjh.com 30 HOXE EMAIL g…
3 replies
I suppose to migrate Sybase12.5.4 database to sqlserver2000 database. 1) Copying Schema 2) Copying…
2 replies
Hi guys, I need help. I need to update table from xml and I am getting error :' Server: Msg 6603, L…
4 replies
I have a table tbl1 with columns name and number. DECLARE @number int SELECT * FROM tbl1 WHERE numb…
2 replies
Hi all. I used like operator to search my customers. But i had problem. In sql query analyser it w…
7 replies
Hi, The Table is as follows: Pk Value 1 2 1 Erik 1 Ringberg 1 NewYork 2 3 2 …
1 replies
Hi i am having table with emp code and transaction,i want to calculate how many hours he worked for…
2 replies
Viewing 15 topics - 2,671 through 2,685 (of 17,082 total)
You must be logged in to create new topics.