Topics
Started by
Posts
Last post
here i produced all DDL and Query with result. i want to remove minus values and to replace minus v…
1 replies
create table tbltests(id int ,id1 int) insert into tbltests(id,id1) values (1,2),(2,1),(3,null),(4,…
2 replies
HI TO ALL, I get this error:[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or…
1 replies
Hi, I'm new to T-SQL and need a little help with this query. I need to convert or CAST and INT into…
4 replies
I have a need to update a field in a table based on the results of a CTE. The CTE calculates the 20…
8 replies
I know I've seen the answer to this before, but my Google fu fails me (I'm probably searching the w…
3 replies
Hi, I have modified this script for getting email alert just VLF count information, also working fi…
1 replies
Hi, I have a need to calculate a moving average. Ultimately, I need to convert the Select statement…
11 replies
Hi all, Have an issue with a comma delimited list which is giving me a headache. Any suggestions wo…
4 replies
Hi, I've been having this discussion. See this example: DECLARE @i INTEGER = 1 SELECT CASE @i WHE…
6 replies
Trying to return just a single record for the max audit date for an agent. I thought this would do …
11 replies
I have some transactional data that i am having hard time to sort properly. CREATE TABLE [MyTransa…
13 replies
I just can't seem to find an article in how User Defined table types are stored. Do these go into …
4 replies
I want to identify the First & Second call based on following business rule. If the time diff…
1 replies
In a sql server 2008 r2 database, there is a column called main that is declared as an integer on a…
4 replies
Viewing 15 topics - 4,231 through 4,245 (of 10,647 total)
You must be logged in to create new topics.