Viewing 15 posts - 346 through 360 (of 1,033 total)
SYSTEM_USER is available in a trigger, just enable kereberos delegation on the application pool running under IIS so that the IIS server authenticates the web user to the sQL server...
May 10, 2012 at 1:17 pm
Hugo Kornelis (5/10/2012)
May 10, 2012 at 9:02 am
WayneS (5/10/2012)
May 10, 2012 at 8:55 am
And now of course... after reading the explanation to Tom, I understand my mistake at reading but not trying to fully comprehend the question. 🙂
May 10, 2012 at 7:46 am
Koen Verbeeck (5/9/2012)
However, the question itself was a bit weird to read (at least for me, a non-native English speaker). I had to read it a few...
May 10, 2012 at 7:44 am
I don't get how DATETIMEFROMPARTS can tell if I want the first day of the quarter, or the first day of a month based on the portion of the article...
May 10, 2012 at 7:35 am
I saw a CREATE UNIQUE CLUSTERED INDEX on a Nullable column (ID2), and said no based on that.
May 8, 2012 at 10:06 am
Why not start a project to move the data into a single database?
The Oracle downloaded data could be put into one schema, and each developer or whatever is necessary could...
May 7, 2012 at 10:09 am
Bob Cullen-434885 (5/4/2012)
But from my perspective, the most serious disadvantage is that to take...
May 4, 2012 at 7:01 am
Koen Verbeeck (5/3/2012)
mtassin (5/2/2012)
cderosier 16389 (3/22/2012)
May 3, 2012 at 12:09 pm
aaah jeez... that will teach me...
I had a bunch of little queries at the end of my little window of SSMS
stuff like
SELECT CAST(DATEADD(n,DATEDIFF(n,0,'9999-06-05 21:13:49.907'),0) AS TIME)
Next time I'll remember to...
May 3, 2012 at 9:07 am
Lynn Pettis (5/3/2012)
I know others have already said this, but I'll stress it again. Jeff does show how to pull actual data, but when we ask for sample data,...
May 3, 2012 at 9:05 am
Hmmm it's not working for me though when I try to make it work with my table.
Table
CREATE TABLE [dbo].[ScreenViews](
[UniqueID] [int] IDENTITY(1,1) NOT NULL,
[UserName] [varchar](30) NOT NULL,
[ScreenName] [varchar](30) NOT NULL,
[TimeStamp] [datetime]...
May 3, 2012 at 8:57 am
That's pretty crafty,
I submitted it as a bug to connect. I like the work-around, but I believe they should have used a bigint instead of an int for...
May 3, 2012 at 8:19 am
Viewing 15 posts - 346 through 360 (of 1,033 total)