Topics
Started by
Posts
Last post
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
Hello everybody, I try to create a stored procedure for paging through a result set. While it works…
12 replies
The SP below will popup an error message when the users of the app leave the "Freight Code" field b…
9 replies
I have a dynamic sql statement that returns an integer value like so. Exec sp_executesql @sql How …
1 replies
Hello, I get incorrect number of records from the following two temp tables below. Can you please …
2 replies
Viewing 15 topics - 9,976 through 9,990 (of 12,230 total)
You must be logged in to create new topics.