Viewing 15 posts - 17,401 through 17,415 (of 59,067 total)
Charmer (6/23/2016)
I had a question during my interview, as saying that What could be the reason when I am trying to drop all these tables , views, functions, SP's...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2016 at 4:30 pm
If the hierarchy is large, consider the use of Nested Sets while still maintaining the Adjacency List. See the following articles for how to do such a thing in...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2016 at 4:17 pm
Luis Cazares (6/24/2016)
Sean Lange (6/24/2016)
create view [dbo].[getNewID] as select newid() as new_id;
Really? A view to get a guid???
But wait...it...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2016 at 10:22 am
Sean Lange (6/24/2016)
create view [dbo].[getNewID] as select newid() as new_id;
Really? A view to get a guid???
But wait...it gets even...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2016 at 10:20 am
SQL!$@w$0ME (6/22/2016)
Hi Folks,Anyone has a script/documentation to monitor/alert table growth by percentage or number of rows.
Many thanks.
Based on what and when? The condition just before'n'after a given insert or...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 23, 2016 at 3:34 pm
curious_sqldba (6/22/2016)
Sean Lange (6/22/2016)
curious_sqldba (6/22/2016)
Thanks. This is just displaying, i want to store the data in the variable and then use the variable different places.
Do you know how to use...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 23, 2016 at 2:36 pm
On the "Brexit" thing, the folks in GB really need to consider the ramifications to their automotive industries. The EU has a 10% import tax and GB sells 4...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 23, 2016 at 1:25 pm
trboyden (6/21/2016)
Jeff Moden (6/20/2016)
trboyden (6/20/2016)
SQL Server expects the date to be passed in as "2016-06-20 00:00:00"
That's not true at all. SQL Server will take a couple dozen date/time formats...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 23, 2016 at 7:45 am
David Moutray (6/22/2016)
With SQL...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 22, 2016 at 9:22 pm
Ed Wagner (6/22/2016)
Grant Fritchey (6/22/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 22, 2016 at 8:54 am
sunny.tjk (6/20/2016)
Can someone help me achieve this?
I somehow feel looking through the errorlog...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 21, 2016 at 5:46 pm
I have see cases where, for example, a clustered index was used on a date column and, of course, in queries. In this case that I'm speaking of, there...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 21, 2016 at 5:01 pm
SQLUSERMAN (6/17/2016)
of the tables which make up the CTE, then the update...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 21, 2016 at 4:55 pm
tindog (6/21/2016)
Appreciate the help Sergiy - however think I ditched/resolved this one 6 months ago!
You previous post on this thread was "only" 2 months and 3 weeks ago where you...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 21, 2016 at 4:33 pm
Judging by the low marks of this article and people saying the "OP" wrote "stupid" code, I think that a lot of people think the author wrote this code.
The author...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 20, 2016 at 7:48 pm
Viewing 15 posts - 17,401 through 17,415 (of 59,067 total)