Viewing 15 posts - 1 through 15 (of 196 total)
At least is says „database file“, class 22.
when looking here it is written little bit different, saying @level1type can be „logical file name“.
thanks for the answer, and ok, when not...
May 9, 2020 at 7:01 am
Thank you for the reply 🙂
I did not get the name of the current stoplist yet. This statement does not give a result:
select * from sys.fulltext_stoplists
Yes, as...
March 11, 2020 at 4:38 pm
Edit:
What drives me kind of crazy is the following out of books online:
Inserts or deletes a stop word in the default full-text stoplist of the current database.
Wouldn't the default stoplist...
March 11, 2020 at 4:31 pm
Hello there,
this is a nice article, and really sums up some important points.
I'd like to add 2 things 🙂
1)
As for formatting, I personally think putting the line break characters at...
April 29, 2019 at 8:38 am
Hello Scott, thank you for the answer.
That makes sense and the whole thing more clear. I thought non repeteable reads only occur when having at least 2 statements within 1...
February 22, 2019 at 9:57 am
Hello 1974lg,
yes, quite a while since that post....
In the environment I was working on when writing this post I did not had any troubles with partitioning....
August 25, 2018 at 4:29 am
hello there,
an addition to the "drop and create" question:in newer SQLServer versions finally the CREATE OR ALTER syntax was introduced. I'm not sure if in SQL 2014, but...
April 21, 2018 at 12:09 am
Hello there,
this is a nice article, showing the danger of this kind of SQL code.
Actually there are many people not knowing the detailled behaviour of this code,...
April 2, 2018 at 6:16 am
hello Zafar,
try to just recreate the index of the primary key, using the option "with ( drop_existing = on )". Use the new filegroup or partition sheme as target...
February 10, 2017 at 7:25 am
Hello there,
actually I did not really understand your szenario, and which server ist publisher, wich is subscriber....
In general:
If you new server is a publisher and/or distributor,...
February 10, 2017 at 7:00 am
Hello Zososql,
your example is really hard to understand.
It's good that you provide DDL and sample code. But please post DDL that works, and SQL-Statements that work too....
February 10, 2017 at 6:47 am
hi,
thank you for the answer.
I know I could optimize the index, but that's not the point. I'd like to understand why optimizer is estimating the way it does 🙂
March 16, 2015 at 10:14 am
hello Peter, hi all,
yes, this kind of coloring is really great.
Still take care!!!
Unfortunately this is not 100% reliable. I use these colors for about three years now, in SSMS 2008...
March 13, 2015 at 12:22 pm
hmm... sorry, no idea...
October 3, 2014 at 1:57 pm
hi there,
meanwhile I got this error too in some situations.
The definition of object has changed since it was compiled
It occurs when you run a ALTER PROCEDURE command while the altered...
September 27, 2014 at 3:11 am
Viewing 15 posts - 1 through 15 (of 196 total)