Topics
Started by
Posts
Last post
Results should be brought up for any match of the query as substring for any of the records in the …
5 replies
I need to update a table to add 3 years to the expiry date of a course. One person could have seve…
4 replies
DECLARE @LastRun2 datetime, @UploadJob varchar(50), …
12 replies
Hi, I have a report builder application in my website. On selecting the Report Builder,we get the r…
9 replies
I have 2 tables: --CREATE MyTable create table MyTable ( Student varchar(10), course varchar(10), c…
9 replies
Hi all, I started working for a small engineering firm. He is looking to get his business using a s…
3 replies
I'm the typical newbie in SQL, but need to understand a query contained in a DTF file (Data Transfe…
5 replies
Hi All, I need your help...please help me! I have 4 tables: create table dbo.Course( Course…
5 replies
Hi all, I know how to set up the notification by e-mail when a job fails or succeeds, but I have a …
4 replies
I had a student_marks table and the columns in the table are: -------------------------------------…
31 replies
My problem: I have a table with 100.000 rows. I need to perform some actions on every row in the t…
3 replies
I have a column with text data type in a table. I am trying yo view the content of that column but …
1 replies
Here is my database design: tblDocument PK DocID int, not null FK DocTypeID smallint, not null FK…
2 replies
the first sql: select item_receipts.item_number, item.item_desc, sum(delivery_qty) as total_receipt…
37 replies
I have just designed a database that contains 9 tables. Six of the tables are filled with data tha…
7 replies
Viewing 15 topics - 511 through 525 (of 2,871 total)
You must be logged in to create new topics.