Viewing 15 posts - 586 through 600 (of 3,348 total)
The key words in that message are "warning" (not "error") and "may" (not "will").
Every plan that uses type conversions, either implicit or explicit, will show that warning. Check where the...
March 29, 2016 at 2:24 pm
Eirikur Eiriksson (3/29/2016)
March 29, 2016 at 2:15 pm
This result means that at least one transaction in the database is open (neither committed or rolled back), and SQL Server cannot release log records until it knows whether this...
March 29, 2016 at 2:28 am
crookj (3/28/2016)
djj (3/28/2016)
DonlSimpson (3/28/2016)
Ed Wagner (3/28/2016)
Revenant (3/28/2016)
Ed Wagner (3/28/2016)
djj (3/28/2016)
Ed Wagner (3/26/2016)
EL Jerry (3/25/2016)
djj (3/25/2016)
Grumpy DBA (3/25/2016)
Revenant (3/25/2016)
DonlSimpson (3/25/2016)
Grumpy DBA (3/25/2016)
djj (3/25/2016)
DynamicsEquilibrium
Homeostasis
Biology
Balneology
Shower
Cap
Baseball
Season
Salt
Sea
Mediterranean
Diet
Food
(for) thought
Deep
March 28, 2016 at 2:21 pm
The error itself is not from SQL Server. But it can be an application error in response to a SQL Server error.
You can use an extended events session to monitor...
March 28, 2016 at 1:56 pm
Please read http://www.karaszi.com/sqlserver/info_dont_shrink.asp.
As the URL suggests, most of this article is a discussion on why you should be careful before shrinking a data or log file. However, it also explains...
March 28, 2016 at 6:36 am
richieStick (3/28/2016)
I also had a look at the execution plan and the total subtree costs for query 2 was just 0.006895 compared with 0.0136612 for the first query
... but beware...
March 28, 2016 at 6:31 am
Hi Charmer,
A CROSS JOIN, also known as a Cartesian product, is a join type that has no ON clause. It instructs SQL Server to combine every row from the first...
March 28, 2016 at 4:50 am
It is always hard to get started in a career. Many employers ask for real-world job experience, which you can only get by being emplyed. A devil's circle. The only...
March 26, 2016 at 2:23 pm
The code below will give you today's date, the first day of the current month, and the first day of the two following months. I am sure you can figure...
March 26, 2016 at 12:51 pm
Sachin Nandanwar (3/25/2016)
...WHERE NOT EXISTS (SELECT EmployeeID
FROM budCrewDetail
WHERE budCrewDetail.Co = JCDET.JCCo
AND budCrewDetail.Project = JCDET.Job
AND budCrewDetail.[Date] = JCDET.ActualDate....
Negation operators like NOT are nonsargable expressions.An index is not useful in nonsargable expressions.SQL...
March 26, 2016 at 12:29 pm
Mostly: What Grant says: we need execution plans (actual execution plans, posted as sa .sqlplan file attachment) for the fast query as well as for the slow query, plus of...
March 26, 2016 at 12:25 pm
Luis Cazares (3/24/2016)
Ed Wagner (3/24/2016)
djj (3/24/2016)
Ed Wagner (3/24/2016)
Luis Cazares (3/24/2016)
TomThomson (3/24/2016)
djj (3/24/2016)
H2
O
O2
Breathe
Respiration
Perspiration
Inspiration
Poetry
March 24, 2016 at 3:01 pm
Luis Cazares (3/24/2016)
Sean Lange (3/24/2016)
ChrisM@Work (3/24/2016)
Sean Lange (3/24/2016)
Thank you Mr. Moden. Another interview cut short with the simple "Name...
March 24, 2016 at 3:00 pm
GilaMonster (3/24/2016)
Grant Fritchey (3/24/2016)
Hugo Kornelis (3/23/2016)
March 24, 2016 at 2:44 pm
Viewing 15 posts - 586 through 600 (of 3,348 total)