Viewing 15 posts - 11,941 through 11,955 (of 26,486 total)
Revenant (5/16/2012)
Capt. Sigerson (5/16/2012)
The minis I first worked on in the late '80s had 8K of memory for programs and 8K of memory for data and we were...
May 16, 2012 at 9:40 am
julien.dutel (5/16/2012)
Executing the following stored procedure give me this error:
"Msg 201, Level 16, State 4, Procedure pr_GetLastInterval, Line 0
Procedure or function 'pr_GetLastInterval' expects parameter '@dt_Start', which was not supplied."
@dt_Start is...
May 16, 2012 at 9:23 am
You are correct, it depends. I have run both full backups and copy only full backups on databases during the day with no apparent impact on the users (or...
May 16, 2012 at 9:13 am
shani19831 (5/16/2012)
CREATE DATABASE [BGPhoenix] ON PRIMARY
( NAME = N'msphxx_data001', FILENAME = N'C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\DATA\Phoenix.mdf' , SIZE = 25853440KB , MAXSIZE = UNLIMITED,...
May 16, 2012 at 9:03 am
Here is a link http://msdn.microsoft.com/en-us/library/ms174998.aspx
May 16, 2012 at 8:47 am
Please don't open new threads just because you don't seem to be getting the answers or help you need in another thread on the same topic.
Please post responses here.
May 16, 2012 at 8:38 am
In addition to what everyone else has said, it would also help if you formatted your code. There are free tools on the web that will help you with...
May 16, 2012 at 8:34 am
Good question. Now, off to bed I go as today comes early.
May 16, 2012 at 1:16 am
dwain.c (5/15/2012)
Jeff Moden (5/15/2012)
Lynn Pettis (5/15/2012)
There was a recent thread where the OP wanted to return the difference between two date/time values as hh:mm:ss. Does anyone remember this thread?
Yes....
May 15, 2012 at 6:56 pm
tshad (5/15/2012)
But in this case the view is being called from a different environment and it wouldn't be a problem except that I don't know if...
May 15, 2012 at 5:36 pm
Jeff Moden (5/15/2012)
Lynn Pettis (5/15/2012)
There was a recent thread where the OP wanted to return the difference between two date/time values as hh:mm:ss. Does anyone remember this thread?
Yes. ...
May 15, 2012 at 4:14 pm
Elaborate. You really haven't given us enough information if what Kraig provided isn't what you are trying to do.
May 15, 2012 at 3:56 pm
andy 56206 (5/15/2012)
Let me start again.
I am trying to determine the total number of applicants/users/employees who fall into specific categories.
For example: In the following case...
May 15, 2012 at 3:55 pm
What is confusing is what you are trying to accomplish. Why do you want to dynamically create the case statement? What are you trying to accomplish with this...
May 15, 2012 at 3:10 pm
Maybe nothing to find. The problem could be stale statistics on one or more of the tables used by the query.
May 15, 2012 at 2:02 pm
Viewing 15 posts - 11,941 through 11,955 (of 26,486 total)