Viewing 15 posts - 16 through 30 (of 35 total)
Wayne! Were you changing data in EM???
April 13, 2005 at 10:46 am
Jamie,
I knew I had this somewhere in my notes, and I found it this a.m. Current Date should be CTRL-SemiColon; Current Time is CTRL-Shift-SemiColon (a.k.a. CTRL-Colon). At least, these...
April 13, 2005 at 9:24 am
Jamie,
I knew I had this somewhere in my notes, and I found it this a.m. Current Date should be CTRL-SemiColon; Current Time is CTRL-Shift-SemiColon (a.k.a. CTRL-Colon).
HTH - Linda
April 13, 2005 at 8:50 am
Brenna, try
SET @strSQL = @strSQL + ' DateDiff(d,CS.AdmSrvDate, + GetDate() + )'
Just a couple less single quotes.
HTH
April 12, 2005 at 4:34 pm
Hello, ISHANN99:
With update portion included:
create table tableB (Fullname varchar (50))
insert tableB values ('John Brown')
insert tableB values ('Chris Smith')
insert tableB values ('P De Souza')
insert tableB values ('P De Silva')
create table tableA...
April 12, 2005 at 1:34 pm
Frank, I'm here every single day, Monday through Friday. This well-run forum has been an excellent resource for developing my SQL Server DBA skills. I would like to say...
April 8, 2005 at 11:27 am
Thank you for your response, Niko. In the interim I discovered the system db's (duh! Must have been blind the day I posted that question...). I posted in the Yukon...
February 17, 2005 at 10:52 am
I have Beta 2. So EM is available in Beta 3, I suppose? Thank you for the reply, Jamie!
February 11, 2005 at 9:17 am
OK, as of 9:15 a.m. today in sunny California, there are 30 views on my question but no replies! Come on, SOMEONE must have some...
February 10, 2005 at 10:31 am
First point, quite right. It's more a concern of so many "layers" of different views being more difficult to maintain when structure changes occur, as opposed to maintaining a function...
February 4, 2005 at 3:49 pm
Thank you, michanne. Since my initial post I've been doing some benchmarking and unfortunately the view is still much faster than the identical rowset acheived using a function. Oh well,...
February 4, 2005 at 3:20 pm
Thank you Dave, that helpful link answered the rest of my questions. I browse this forum all the time but that was one I happened to miss.
January 31, 2005 at 4:16 pm
Viewing 15 posts - 16 through 30 (of 35 total)