Viewing 15 posts - 1,591 through 1,605 (of 9,641 total)
love seeing what y'all are reading. Because I'm cheap I'm going through the classics on my kindle. Currently reading my way through most of Dickens' books.
April 25, 2012 at 9:05 am
Grant Fritchey (4/24/2012)
Jack Corbett (4/24/2012)
Grant Fritchey (4/24/2012)
Oh, no. You didn't watch Luke & Laura on General Hospital? I used to race home from high school for that one.
Ooh,...
April 25, 2012 at 9:04 am
Grant Fritchey (4/24/2012)
Kiara (4/24/2012)
Lynn Pettis (4/24/2012)
The Dixie Flatline (4/24/2012)
Just....walk...
away....
Nope, too much fun watching now. I can even answer his question on why he keeps getting the same value for...
April 24, 2012 at 12:20 pm
Grant Fritchey (4/20/2012)
The Dixie Flatline (4/19/2012)
Yes, Gail, I was at the...
April 23, 2012 at 8:18 am
SpringTownDBA (4/13/2012)
Jack Corbett (4/13/2012)
I know very little about FTS, so how does it handle BLOB data types since the OP has an NVARCHAR(max) column in the FTI?
The base...
April 13, 2012 at 7:55 pm
SpringTownDBA (4/13/2012)
1. The FTS engine does have some caching in it. There is no documentation on what/when/how...
April 13, 2012 at 3:34 pm
You are correct, you would have to grant access to the tables or views in the original database. You could use Table-Valued functions instead of views and sign them....
April 12, 2012 at 5:27 pm
EvilDba (4/12/2012)
with those permissions user can see the jobs that he owns.
That's not accurate. SQLAgentOperator can view ALL jobs, but can only modify the jobs that the user owns....
April 12, 2012 at 4:05 pm
You didn't come across as unappreciative. I just don't believe your colleague because there aren't a whole lot of ways to get gaps in a column with the IDENTITY...
April 12, 2012 at 12:30 pm
GilaMonster (4/12/2012)
April 12, 2012 at 11:56 am
Rich Yarger (4/12/2012)
April 12, 2012 at 11:30 am
If you want to update the column whenever it is edited you have 2 options with SQL Server.
1. Include the column in the update statement either using GETDATE() or...
April 12, 2012 at 10:32 am
If the column already exists and is one of the date data types then you should be able to ALTER it to add the constraint.
Your T-SQL would be:
ALTER TABLE x
...
April 12, 2012 at 10:00 am
Okay, it sounds like you do need the MAX datatype. I asked because there are often people who throw MAX out there and could work without it.
What makes it...
April 12, 2012 at 8:28 am
kranthi.india123 (4/12/2012)
April 12, 2012 at 8:06 am
Viewing 15 posts - 1,591 through 1,605 (of 9,641 total)