Topics
Started by
Posts
Last post
IN SQL 2000 I am calling a stored procedure from within another SP using exec(). In the calling SP…
4 replies
Hi, I'm trying to convert some denormalized COBOL data into a SQL Server 2005 table. I'm hoping fo…
5 replies
Hi Every body, Unfortunatuly i had delete some row in my table in Quary Analysier How can i retirve…
1 replies
Is there anyway to "short-circuit" a query? The following query generates the same "actual executio…
13 replies
One of our applications allows dynamic filtering based on user inputs. For example, a user can sele…
3 replies
hi guys, i have this query in an ssis package but i don't seem to understand the operators > ? A…
1 replies
I have the following Table UDF: CREATE FUNCTION dbo.udf_GetBankAccountsExpected(@AgentIDInput Int, …
5 replies
Hi I need to know how gud it is to use subqueries in a sql query in place of field selection. I hav…
1 replies
Hello I have this stored procedure writen like this: USE [db] GO /****** Object: StoredProcedure […
3 replies
I have a sproc with a datetime parameter default, as: @Startdate datetime = getdate I'm expec…
3 replies
I have several stored procedures in my database that are used to load data from a datamart that is …
10 replies
Hi. I have a field 'Quantity' that is of data type DECIMAL (17,5). It holds a value or time in minu…
14 replies
I have three tables and i do a left join in between table 1 and 2 to get all the data from table 1 …
16 replies
I am trying to write a function to make an old Oracle app more cross platform. Is seems to work for…
2 replies
I have data in column1 having datatype -varchar (4)) with 2 values - Yes or No I want to insert thi…
2 replies
Viewing 15 topics - 8,716 through 8,730 (of 12,230 total)
You must be logged in to create new topics.