Topics
Started by
Posts
Last post
I have start date and end date fields in database where I want to scramble the dates. How to create…
31 replies
hi guys, I am creating a transaction in which it first does a select and then it does an update, my…
14 replies
I am using following query to build a table. right now this query takes about 3 hours. which is way…
5 replies
TableA ( empid , empname ) TableB ( empid, Emprole,EmpSal) I wan to look up TableA with TAble B, i…
1 replies
I have time fields like Overtime,WorekdTime,VacationTime,DoubleTime and a date field. How can i sor…
6 replies
Say I have a table employee (employeeID, name, dateOfBirth, departmentID) and want to retrieve the …
3 replies
Hi Friends, I have a requirements like this, checking Multiple Column data with another table colum…
19 replies
I have two tables and here is the structure for both: CREATE TABLE [dbo].[WData]( [empl_id] [varch…
7 replies
Hi, I have a stored procedure which performs following operation in the order 1. Drop few constrain…
5 replies
I want to initiate a Procedure and then return-continue execution. The reasoning behind this is to …
22 replies
Hi, Can I replacea a range of letters or numbers from a string? For example I want to replace the …
2 replies
Hi Sql gurus, HI gurus, DECLARE @int_counter AS INT OPEN c_table FETCH NEXT FROM c_table INTO @…
3 replies
I have a table that looks like PER_ID SCH COUNT 729976751 779609541 1210849032 121084…
11 replies
Hi, I'm really having a hard time with the problem that I'm encountering, so this is my very first…
21 replies
I have two tables one with a list of options available and another with customers info and their se…
3 replies
Viewing 15 topics - 9,976 through 9,990 (of 12,234 total)
You must be logged in to create new topics.