2014 SSMS - SA Account password changing on it's owm - how to get rid off this issue. - Guys, Have you ever heard of the the SQL password changing on it's own - for our software the SA password? I...
Avoid Blank Values in a column - Hi All, I need to avoid/deny blank values/empty string ('') entered into few columns in a table. This column already does not...
Query/Performance Tuning Steps without help of profiler - Please Help me Query/Performance Tuning Steps with out help of profiler
Stored Procedure Performance Issue - Hi all. I've done my homework on this one and I'm perplexed. I'm an old hand at optimizing queries and...
How do I install AdventureWorks in my local PC - I have SSMS installed on my PC. However, I am not able to install the AW database on my local...
Query slow just once a day - OK, this is driving me nuts. I have a query that runs slowly once a day (2 minutes) and then...
Finding retention of a person - I would like to ask if anyone would be able to help out with this. I would be more than...
problem with the query plan cache probably - Hi, i'm using sql server 2008 R2 sp3 and i have some weird issue with some queries. every few days some...
Automatic truncate of varchar string - I have a column in a table defiled as VARCHAR(245). If I am trying to insert a string that is...
Finding best matched/covering time period/s against a time period search - [code="sql"]DECLARE @Data TABLE ( PrimaryKeyID INT NOT NULL IDENTITY(1,1), DateStart DATETIME NOT NULL, DateEnd DATETIME NOT NULL, Price INT NOT NULL ) INSERT INTO @Data ( DateStart, DateEnd, Price ) SELECT '20160425',...
Query Performance Issue with multiple unions and a view - Hello Gurus, I have a case where instead of looking too much into the indexes(Tables are not that big), I am...
Looping and scalar value - Hi No doubt this is standard behaviour I should already know about, but I'm a little unclear about it. The example...
Set @var being used in Where IN - I am trying to set up a variable @Location, for use in a where .. IN, but can not seem to...
0 is equal to zero length string. Can someone explain how this can be? - --I know this has to do with an implicit conversion of the varchar to int, --but why does the zero...
Backup error. 112(There is not enough space on the disk.) - There is plenty of space left on the disk where the backup is stored. Why am I getting this error? Using...
Optimizing Queries - Hi, I have some queries which are taking about 6 seconds to run against a table with 12,000,000 odd records. The...
SSRS restart - How can we identify the SSRS service restart. >From event viewer I am seeing daily the errors Report Server Windows Service...
DWH generator tools - Pro's & Con's - Hi there Have you experience with DWH generator tools? We are designing a new DWH architecture and weighting pro's & con's...
Use DAX to create measures in Tabular Model that will apply different logic at each level of heirarchy. Can it be done? - How to say it? I have a fact table and within it a hierarchy, which I created. Now I need to...
Creating Header AND Footer to a flat file destination file - Hi Guys, I am working on a financial project; the requirement is interface flat file should not contain any duplicated arrangement....