Topics
Started by
Posts
Last post
Its my first effort at restoring a db onto MS SQL 2005. I've got a backup file from my web host, th…
12 replies
Description: I am selecting transactions by customeres who were added within the pas…
6 replies
By: noeld
Is it possible to do the following? Assume I have a big stored procedure (sp) sp_A, and a sub sp sp…
1 replies
hi, i have a view that brings back the history of bookings from a table. 2 columns in the table al…
9 replies
I have a temp table that I need to update. Can you please tell me if my syntax is correct in …
13 replies
By: Luke L
Hello, I have a 'Data' table like this: 'data-id': int, PK 'data': varchar(20) I want t…
5 replies
Hi Guys, Sorry if I'm being a bit simple but I've been diving in and out of four different systems …
7 replies
Hi, I have this sproc for searching clients in our database (used internally by our company staff).…
6 replies
i have a number of business programs. Each program is started anew at the beginning of each …
3 replies
In Oracle if I want just the first 10 records from a table I can select * from tableA where rowcou…
2 replies
hi, I have a rather old incomplete stored procedure i made a while back but i need it again. The tr…
3 replies
Hi people, I have this: # Table X # cod desc 1  …
2 replies
Hi Db gurus, declare @var1 int select @var1 = 1234 select a.* from table1 a (nolock) join &nbs…
5 replies
Hi gurus, please help me with the below mentioned code to define a UDF. It is giving error. CREATE&…
2 replies
By: [KH]
I have two tables. ID table that has these fields Code_id,YearPeriod, ReachedDate fields. And table…
2 replies
By: Sergiy
Viewing 15 topics - 7,321 through 7,335 (of 17,082 total)
You must be logged in to create new topics.