Viewing 15 posts - 21,106 through 21,120 (of 59,072 total)
No problem. You're happy with the performance of the While loop then?
--Jeff Moden
Change is inevitable... Change for the better is not.
April 2, 2015 at 6:35 pm
Stephen Swan (4/2/2015)
ALTER PROCEDURE dbo.GetDirDetails
/**************************************************************************************************
...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 2, 2015 at 6:26 pm
Is the owner of the database a member of the sysadmin role?
--Jeff Moden
Change is inevitable... Change for the better is not.
April 2, 2015 at 6:02 pm
tomy200501 (4/1/2015)
I am trying to set "Is Identity property" To Yes on a column that has uniqueidentifier as a type and has a primary key constraint on it. Is...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 1, 2015 at 9:24 pm
Anshul Parmar (4/1/2015)
I've to recover data for a single table from a database backup. I could not restore full database as it is very large (~900GB).
Please suggest what would...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 1, 2015 at 9:11 pm
SAinCA (3/31/2015)
This saved the day for a SQL2012 need.Many thanks!
Wow. Even after all this time. Thank you for the feedback. Care to share any details on what...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 1, 2015 at 10:31 am
GilaMonster (4/1/2015)
Grant Fritchey (4/1/2015)
SQLRNNR (4/1/2015)
Who remembered to do an April Fools post today?No inspiration for one this time.
No inspiration, no enthusiasm, no time.
It's an HR violation for me to give...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 1, 2015 at 9:47 am
ScottPletcher (3/31/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 31, 2015 at 5:29 pm
krypto69 (3/30/2015)
Long story, but it's financial data and I'm new there so can't complain..yet.
Kinda figured those were my only options. Shame I can't use my high avail...without read only.
Think...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 30, 2015 at 6:37 pm
josjonkmans (3/30/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 30, 2015 at 10:39 am
mark hutchinson (3/30/2015)
@jeffI didn't say "Null was equal to nothing". I wrote that Null was something that "means nothing".
Oh yes. I understood that from the git. I...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 30, 2015 at 10:33 am
Jason-299789 (3/30/2015)
I would also suggest that the key on both the destination table is clustered it should make the process significantly faster. so something like.
"It Depends". Unless the key...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 30, 2015 at 10:28 am
mister.magoo (3/30/2015)
Ed Wagner (3/30/2015)
Jeff Moden (3/29/2015)
mark hutchinson (3/29/2015)
Null is a something that means nothing
I'll have to disagree with that. To me, an empty string or the number 0 is...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 30, 2015 at 8:53 am
To answer your original question, yes, it is possible to partition based on the CustomerID as 1 partition for some customers and 1 partition for ranges of customers. Just...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 30, 2015 at 8:31 am
inHouseDBA (3/29/2015)
Thank you very much for your help.
Is there a way you can explain the interaction of
WITH T(N) AS (SELECT N FROM...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 29, 2015 at 9:55 pm
Viewing 15 posts - 21,106 through 21,120 (of 59,072 total)