Viewing 15 posts - 21,406 through 21,420 (of 59,072 total)
Tac11 (2/27/2015)
CREATE TABLE [dbo].[MyTable](
[aaa] [uniqueidentifier] NULL,
[bbb] [uniqueidentifier] NULL,
[ccc] [nvarchar](max) NULL,
[ddd] [nvarchar](100) NULL,.......etc.........
There are some more columns with...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2015 at 10:12 am
costache (2/26/2015)
hello everyone, I need help.Dbf file corrupt and show message "Not a database file". I don’t know how to repair it
Waiting for reply.
"DBF" file? As in ".dbf"??? ...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2015 at 10:08 am
Andrew Pankov (2/27/2015)
SQL Server 2008 R2
User is getting this message trying to run a query in...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2015 at 9:49 am
Eirikur Eiriksson (2/28/2015)
Jeff Moden (2/27/2015)
Lynn Pettis (2/27/2015)
ZERO DAY! Leaving Afghanistan!Going Dark!
Zero bottles of beer on the wall.
Zero bottles of beer!
For those that roam,
Just come on home,
To one...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2015 at 9:30 am
ANn -425914 (2/27/2015)
But I cannot find...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2015 at 9:27 am
JeremyE (2/24/2015)
You could add the permissions to the model database so each time a new db is created the permissions are there.
I'd strongly suggest against such auto-granting of privs.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2015 at 9:24 am
kennethrinderhagen (2/27/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2015 at 9:08 am
ANn -425914 (2/27/2015)
For our case I first created an index on terms table by using ID, SchoolID,
Note the ID is not a clustered index, there is...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 27, 2015 at 10:11 pm
Lynn Pettis (2/27/2015)
ZERO DAY! Leaving Afghanistan!Going Dark!
Zero bottles of beer on the wall.
Zero bottles of beer!
For those that roam,
Just come on home,
To one hundred bottles of beer...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 27, 2015 at 10:00 pm
Eric M Russell (2/12/2015)
Jeff Moden (2/12/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 27, 2015 at 9:56 pm
A low cardinality NCI will also cause such splits.
And that finally brings me to the point that I've been trying to make.
As you said, you shouldn't just do the "best...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 27, 2015 at 9:46 pm
Abhiram (2/27/2015)
I have a column 062008 I want to display that number as 06/2008.
SELECT STUFF(yourcolumn,3,0,'/')
--Jeff Moden
Change is inevitable... Change for the better is not.
February 27, 2015 at 5:17 pm
ScottPletcher (2/27/2015)
Jeff Moden (2/27/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 27, 2015 at 4:43 pm
Abhiram (2/27/2015)
Can any one share how to convert 6 digit number to mm/yyyy.Thanks in Advance.
What is contained in the 6 digit number?
--Jeff Moden
Change is inevitable... Change for the better is not.
February 27, 2015 at 4:17 pm
It's also a bit odd for me to have you tell me not to be so concerned with the speed of imports when you, yourself, have posted just such a...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 27, 2015 at 4:11 pm
Viewing 15 posts - 21,406 through 21,420 (of 59,072 total)