Topics
Started by
Posts
Last post
Hi, I have a mapping table named TableMap that indentify some columns from some tables: TableMap P…
2 replies
When you do a MERGE ... WHEN MATCHED THEN UPDATE ... WHEN NOT MATCHED BY TARGET THEN INSERT ... …
2 replies
Hi, I have a table that indentify some columns from some tables: Param | SchemaName | TableName …
1 replies
I have a job with about 15 steps. One step occasionally times out. I get this error message: OLE …
3 replies
I need to determine the weekly stock amounts. I know the weekly inputs and outputs. I made a pivot …
10 replies
For the longest time I been creating SP's with the SET NOCOUNT ON option but from the beginning I n…
1 replies
Hi everybody, I have a SQL SELECT query which has more than 200 line. Due to performance issue, I w…
3 replies
After doing all the joins my final result set is something like this This has records description, …
4 replies
i have a CLR UDF that validates email addresses but i just had a problem where i got the following …
2 replies
The powers that be have requested a report that essentially shows each support rep and the number o…
7 replies
Hi, I need a help from you guys regarding modifying connections in SSIS Package as m new to these c…
4 replies
--drop table #Category CREATE TABLE #Category( [CategoryID] [int] IDENTITY(1,1) , [ParentID] [int…
4 replies
Is there a way to do a drop table on a linked server? I tried : DROP TABLE LinkedSrvrName.Database.…
6 replies
I am creating a stored procedure that produces a fee forecast. The figures in the table are based o…
6 replies
I'm trying to pass a variable into the use database statment but can't get it to work. My code is…
1 replies
Viewing 15 topics - 9,481 through 9,495 (of 10,635 total)
You must be logged in to create new topics.