Topics
Started by
Posts
Last post
Hey all, I have a database that is unfortunately not under my control. There is a certain varchar …
3 replies
Hey all, I have this piece of code SELECT * , CONVERT(DATETIME, RIGHT('00' + CAST(DAY(ans…
3 replies
By: okbangas
Hi, is it possible to make a query to show the row that matches the where criteria and also the row…
6 replies
Hi All, i have this data: DECLARE @tblCron TABLE( id INT ,Nivel INT, A INT, B INT, C INT, D INT ) I…
14 replies
By: xRafo
Hi all, I appreciate that when joining, I'm adding columns to (example) table1, from table2 - and y…
5 replies
Consider the scenario : DECLARE @var1= 'Create proc example1 AS begin Select * from table1 se…
2 replies
By: sturner
Hi all, I have a query that is trying to identify unique sales records by comparing against all pre…
17 replies
By: CraigIW
Is it possible to get a definition of a view from a linked server via OpenQuery command? As the cre…
3 replies
By: GSquared
hi, please solve this error ,its urgent Msg 6260, Level 16, State 1, Procedure pPerformanceHistoryS…
18 replies
My colleague told me this weired thing that he observed in T-SQL. I am just wondering why is that s…
25 replies
Hi All, I have a string field that contains 1 or more GUID data which needs to be removed. Here's a…
11 replies
Hello All, I'm experiencing some unexpected behavior using rounds and sums on a floating point colu…
10 replies
Happy Friday Everyone I hope that everyone is having a good day so far. I am working on a query tha…
6 replies
By: Cadavre
I decided to add this as it’s own discussion. If I have a proc who takes optional params. Say 10 a…
11 replies
create table tTst ( id int not null, tst varchar(20) ) insert into tTst values(1, 'bob') insert int…
18 replies
By: jcb
Viewing 15 topics - 6,361 through 6,375 (of 10,647 total)
You must be logged in to create new topics.