Topics
Started by
Posts
Last post
I have created a column called 'PrimarySecondary_ICD' using CASE to populate it from other columns.…
4 replies
Dear All, I tried to search on forums related to my query, but I was unsuccessful in getting any si…
6 replies
Hi All, CREATE TABLE #temptable(tranName varchar(1),planname varchar(20), priority int) INSERT INTO…
3 replies
I have an algorithm I am converting from a client process in another programming language to run di…
1 replies
I have a proc that's been running fine until now but currently it is returning this error message. …
4 replies
is there an alternate method to perform better for this code.. ALTER VIEW [dbo].[empcheck] AS ( SE…
4 replies
Hi I have been trawling the web to find out if there is a way to create a simple string manipulatio…
8 replies
I have a need to pull a date column from one table based on the date in another. Example: I have a …
8 replies
I have 100's of views in a database but would like a list of views htat has the string "where empid…
4 replies
I have a view like below.. select col1,col2.....col46 from dbo.RevPD R union select col1,col2.....…
1 replies
I'm currently moving data from one database to another, and as the Identities change I need to crea…
2 replies
Hi, I have an SP, with in that SP there is a transaction, when i try to call another SP which is i…
3 replies
How can i re-write this query without using a UNION? I'm looking for all columns in the FKs and if …
1 replies
Hi, I made a table out of joins of 2-3 tables.. In 2-3 columns of my resulting table, I am getti…
2 replies
Hi, I would like some help with an tsql script I am trying to write. I have tried this different wa…
7 replies
Viewing 15 topics - 2,161 through 2,175 (of 12,234 total)
You must be logged in to create new topics.