Topics
Started by
Posts
Last post
I have three variables DECLARE @QuantityID uniqueidentifier, @LengthID uniqueidentifier, @CostI…
5 replies
Good morning, I would like to know how I can make a script in SQL Server you can determine the diff…
3 replies
Hi All, I am trying to use variables to generate the command: USE DATABASE GO Code below: DECLARE…
5 replies
Hi, I have a varchar field which contains some Greek characters (α, β, γ, etc...) among the regular…
4 replies
Hi all: Here is the setup... Standard Order header / Order detail records (1-m). Each order detai…
13 replies
Hello All, I have a table with the following data; CREATE TABLE #Tab (Data Varchar(100)) INSERT I…
12 replies
In a stored procedure, the following code is causing a huge read and CPU load when it really should…
10 replies
I have table like below. filename col1 col2 col3 ABD Y NULL Y XYZ Y Y Y CD…
3 replies
newbie just trying to figure this out. Trying to get the max count grouped by all the fields. All t…
3 replies
Hi I was wondering if anyone knows a better way to query SQL 2012 to display the code of a stored p…
3 replies
Hey Guys, This is one of those unorthodox requests and I wanted to rub minds with the community be…
10 replies
I have string as '1-12-2012', i wanted to convert it into date as format '2012-12-01'. I used the …
5 replies
I have a below table as: IF OBJECT_ID('tempdb..#Test') IS NOt NULL DROP TABLe #Test --===== Create …
7 replies
Top of the day to you all, I have the following data in a table; Create Table #Table (Column1 Varc…
1 replies
Hello everyone. I hope you are fine and i would like you can help me. I want to join to tables. Tab…
2 replies
Viewing 15 topics - 2,791 through 2,805 (of 4,984 total)
You must be logged in to create new topics.