Topics
Started by
Posts
Last post
Hi! I'm trying to optimize a cursor-solution for following problem: A customer can have a number of…
7 replies
I have this issue. I have a table with booked items, simplified here:declare @t table(dBookedFrom s…
12 replies
Hello Everyone, I have a slight problem so I hope you can help.I have a tab…
9 replies
Hi, If I needed to create some kind of filter that would get the data between the previous week's T…
6 replies
I tried many collations still the below sql returns ?????? , Please help. declare @titleEntry…
3 replies
9 replies
Hi I have a problem using OPENROWSET to move data from Server A to Server B correctly.I have …
5 replies
Hi All, First off all I am new to the forum and I am new to TSQL and I need some guidance. I have a…
3 replies
I need some suggestions on the best method to assign points based on how a store per…
4 replies
Hello communty, I try to build a crosstab that return for each entity…
1 replies
Hi All. First time posting here and need some guidance. I have a database that I am managing that w…
3 replies
Hi, I am getting strange error 9810 "The datepart millisecond is not supported by date function dat…
11 replies
Hello, Trying to update some datetime2 columns. UPDATE T_MYTABLE SET dateTransferred = '2018-03-26 …
19 replies
INSERT INTO #ttSELECT DISTINCT dr.terr_grp_id,dr.terry_cd,dl.deal_line,dl.revs_no FROM deal_right d…
7 replies
So I have a query that's basically SELECT column FROM DB1.Schema.View. The view is a bit of a…
15 replies
Viewing 15 topics - 2,071 through 2,085 (of 3,088 total)
You must be logged in to create new topics.