Topics
Started by
Posts
Last post
How we can avoid blocking and deadlock?
3 replies
I have a cte: With cte as ( Select distinct Incident_ID, ACTUAL_SEVERITY , Policy From table) Ther…
6 replies
'0' as Account The source column is varchar(1) but i need this as nvarchar(1).. How can I cast this…
5 replies
I am facing issues with a LEFT JOIN in my query. It takes 45 secs to process on the production serv…
19 replies
Hi I am trying to increment a column that I am creating in a select by 5's, example 5,10,20,25....f…
3 replies
I have the following table: SELECT 'A' as Item, '1' as Version, 0 as Counter, '01-01-2011' as Creat…
3 replies
One of interview ask me about if you have table have employee data how you analysis that data.?
1 replies
6 replies
Hello comunity I need to build TSQL query to return the Last unit Cost from my table of movement of…
4 replies
HI Guys, I have a local server created in SQL Express. Is it possible to access it from remote comp…
1 replies
I've; Id.........|......type....|.....Value 2001................1...............20 2001.......…
7 replies
I have event table that containing multiple events, and many of them are empty. I'd like to select …
4 replies
I have the following expression; Cust_nr between 9950001 t/m 9959999 then 2, Cust_nr between 998000…
2 replies
I need to replace a name in this example Brighton in the field " Description" which looks something…
4 replies
i have a full backup followed by transaction log every Monday, Wednesday and Friday, how can i rest…
6 replies
Viewing 15 topics - 1,171 through 1,185 (of 10,647 total)
You must be logged in to create new topics.