Graph DB edge tables - I'm one of those people who insist on an INSERT statement showing an explicit list of column names to be...
Help with aggregate function - have table: col1 col2 col3 A B 10 B A 5 C D 8 Want to get: A B 15 C D 8
views,tables,stored procedures are rolled back to previous versions - Hi, I have observed that some of the views,tables,stored procedures are rolled back to previous versions . Need to find how those...
Check DB failed - in one of my server CHeck DB failed due to the below error The operating system returned error 1450(failed to...
Memory issue .. cloudberry service getting stop with following error - HI Everyone, I am getting this error on SQL server developer edition 2014 SP2 server . We have installed the cloudberry service...
Coffee sales for just 7am to 8am but for the entire year? - select * from TicketItem where s_item IN('Coffee', 'Espresso', 'Double Espresso', 'Decaf Espresso', 'Cappucino', 'Latte', 'Iced Coffee', 'sm coffee pot', 'lg coffee...
Distinct of two columns? - Hello all, Hoping someone out there can help with this because I'm just not seeing the answer for some reason, and...
I got date conversion error - Dear colleagues, I got a very peculiar situation. Here is my code: Declare @startdate as datetime Declare @enddate as datetime Declare @newfee as...
How to get TOP ID in query? - USE GO CREATE TABLE .( (15, 2) NOT NULL CONSTRAINT DEFAULT ((0)), (10) NOT NULL CONSTRAINT DEFAULT ((0)), ...
What is using the RAM? - Hi everyone, I've been investigating RAM bottleneck on one of my servers, and it looks like the buffer pool is...
usage of DISTINCT OPERATOR - Hi All, Is there a better way to rewrite below code without using DISTINCT operator. Other thing, is that I don't...
Need some suggestions on query execution plan - Hi All, Need some advise on the query plan analysis. There is stored proc within which a dynamic sql is...
Suggestions on a query plan - Hi All, This is related query tuning. I have a query which is doing expensive sorting. Without ORDER BY clause the...
Dynamic SQL not executing - Wow I can not believe the number of questions I have had. I am way over tired but that only...
Is there any obvious performance difference between updating 1 column in a 4 column wide table vs 1 columns in a 1000 column wide table ? - I have a table with 4 columns and 10 million rows in which I want to update 1 column I have...
Enabling RCSI - Hi I'd like to be able to enable RCSI on some of our databases. I know that if your code is not...
Reporting Services From a Data warehouse - Bottleneck On Every Month - Hi All, I am a Software Engineer working in an MNC on MSBI Platform. I have been working in Reporting services project...
script error - hi my target server is in 2016 ( 13.0.4206.0) to run sql server agent job . I am using visual studio 2015 to...
Defining keys as sets that must not intersect instead of scalar values that must not be equal - I have been doing a lot of thinking about data models for the last couple of weeks. I have, just...
Which is better and Why.? - Dear All, I have a question. Long back when I started learning SQL Server-2000, somewhere I had read that "SQL SERVER lies...