Viewing 15 topics - 15,961 through 15,975 (of 283,995 total)
Topics
Started by
Posts
Last post
I know that SQL Server uses memory for things like caching data in the buffer pool and plan …
2 replies
I have claims data in a database that I would like to report frequency for based on the life of the…
7 replies
Can anyone help me understand why the following works: SELECT CONVERT(float, '') but this does not:…
1 replies
Hi, I updated our SQL ser5ver from Sp2 to SP 4 today, and it says it was a success. However when I…
15 replies
I currently have a scenario where an AD group that was defined as a SQL login with particular permi…
6 replies
I want to perform something like.... SELECT * FROM a JOIN b ON a.geometryField = b.geometry…
2 replies
Hye, I've table and data as following, CREATE TABLE [dbo].[WeightStory]( [Idx] [int] IDENTITY(1,1)…
9 replies
I have a query that creates an xml file but I'm getting errors because the XML is too large. I've a…
2 replies
Hi all, hope you can help. I'm not a DBA so have been googling as I go, so forgive my idiocy: I've …
1 replies
I would like to update a field (yearclass) for each row with the most common text in payclass for e…
6 replies
hi here i am again with a noob question again: i'm trying to do this: case when columnA <> 0…
12 replies
Hi all, we export data into Excel file from SQL Server 2017 with a simple command (a part of a stor…
4 replies
Hi everyone, I need some advice please on how best to do something. We have a database which is 1TB…
3 replies
Is SQL profile being deprecated and extended events should be used instead? Also, has anyone…
5 replies
Suppose I had a list of names and one of the names was Kathy Harrison. Notice the double space af…
6 replies
Viewing 15 topics - 15,961 through 15,975 (of 283,995 total)