Viewing 15 posts - 21,376 through 21,390 (of 59,072 total)
hcip.77 (3/2/2015)
I have 10 Gb index and disk space only left 5gb .How can i rebuild index ?
I appreciate your time.
Not many choices left. You're going to need a...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 2, 2015 at 11:24 pm
The BCP command, including the embedded query, must be on a single line. The work around would be to use the "S" and "d" parameters and the query would...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 2, 2015 at 11:23 pm
ZZartin (3/2/2015)
Jeff Moden (3/2/2015)
Don Halloran (3/1/2015)
(Also I hate web development 😛 )
Ah, yeah... we need to you move that smiley face one pixel to the right and change the color...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 2, 2015 at 6:48 pm
Don Halloran (3/1/2015)
(Also I hate web development 😛 )
Ah, yeah... we need to you move that smiley face one pixel to the right and change the color on the tongue...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 2, 2015 at 3:26 pm
I'll never understand why people audit the INSERTED table, ever. It's a gross duplication of data.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 2, 2015 at 2:09 pm
Note that BCP can generate files with the .xlsx extension, but they'll still just be text files. BCP cannot generate a true spreadsheet file... period. At best, this...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 2, 2015 at 1:46 pm
iqbalbutt (3/2/2015)
Rename constraints, indexes, and table
Create table
Create clustered index using Partition Scheme
Create constraints
Back fill data from renamed table
Create non clustered indexes
Verify row counts
Drop...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 2, 2015 at 12:23 pm
iqbalbutt (3/2/2015)
Is it a good practice to ask your manager for downtime before implementing partition?
You should keep this question with the questions you asked about downtime on partitioning where I...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 2, 2015 at 12:21 pm
sqldriver (3/2/2015)
This is a great day! I get to tell people I'm as good at something in SQL as Jeff Moden, even if it is SSIS. 😀
😀
--Jeff Moden
Change is inevitable... Change for the better is not.
March 2, 2015 at 9:33 am
sql-lover (3/2/2015)
iqbalbutt (3/1/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 2, 2015 at 9:05 am
Lynn Pettis (3/1/2015)
I am HOME!I had a nice dinner at Kassondra's house. I'm sorry, nothing beats good home cooking!
Yeeee-haaaa!!!! The disturbance in the force has been resolved! ...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 2, 2015 at 9:00 am
helal.mobasher 13209 (3/1/2015)
Jeff,Thank you very much for your help. Just curious to know how to make it as dynamic SQL?
Helal
Luis' code (above) will do the dynamic thing for you.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 2, 2015 at 8:56 am
cs_source (2/28/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 1, 2015 at 9:40 pm
iqbalbutt (3/1/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 1, 2015 at 9:35 pm
GrassHopper (3/1/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 1, 2015 at 9:32 pm
Viewing 15 posts - 21,376 through 21,390 (of 59,072 total)