Viewing 14 posts - 6,331 through 6,344 (of 6,344 total)
thats the thing, there are no errors in the event log of sql log, i am totally baffled to this
December 1, 2008 at 7:21 am
database default locations where changed at the time of installation.
D for data
F for logs
G for backups
we have been stopping and starting the SQL services through out the day and all...
December 1, 2008 at 6:23 am
The version will have to be enterprise due to the amount of RAM that is being installed into each machine.
As per proc vs cals we have approx 1000 users who...
November 25, 2008 at 5:59 am
So I take it this means I will have to buy the following
SQL 2008 Enterprise 2 Processor Licence for the SQL server
SQL 2008 Enterprise 2 Processor Licence for the SSIS...
November 25, 2008 at 1:10 am
The issue is now resolved, there was a rule blocking the server from connecting to the exchange server.
Our exchange servers are set up for SMTP.
I know the account has an...
November 21, 2008 at 6:37 am
The SQL Server can ping the exhcange server and outlook opens on the server with the same profile and pulls back all emails from the exchange server, so connectivity is...
November 20, 2008 at 8:10 am
Date20/11/2008 13:22:49
LogDatabase Mail (Database Mail Log)
Log ID2820
Process ID7492
Mail Item ID2701
Last Modified20/11/2008 13:22:49
Last Modified Bysa
Message
The mail could not be sent to the recipients because of the mail server failure. (Sending Mail...
November 20, 2008 at 7:14 am
Yes I was aware that MS purchased 4.2 off Sybase and rebranded as SQL
September 17, 2008 at 3:57 am
The server has a static IP and port specific for its own SQL Server. We have a number of web boxes and other servers which hook into the databases.
It...
August 8, 2008 at 12:53 am
The /PAE and /3GB stay in the boot.ini file yes.
The server still shows 16 in the lowest value for max server memory but the maximum shoots back up to the...
May 14, 2008 at 9:46 am
I would of thought that the changes would have to be done to each instance of SQL, with that in mind I would have to change AWE Enabled and Max...
May 14, 2008 at 8:43 am
Just on another note also to do with memory, if we where to throw the full 64GB of memory to the server, would we have to increase to 64 bit...
May 14, 2008 at 7:55 am
Sorry should of also included that the OS is Win Srv 2003 Ent and SQL is 2005 Ent.
Thanks
Anthony
May 14, 2008 at 2:55 am
Guys
Created a SPROC usp_InsertEpisode to which I will pass values, seems to work, but any tweaks you can think of
CREATE PROCEDURE usp_InsertEpisode
(
@TVShowIDINT,
@Episode_NameVARCHAR(100),
@seasonINT,
@Episode_NumberTINYINT
)
AS
BEGIN
DECLARE @CurrentSeason INT
SET @CurrentSeason = ISNULL((
SELECT Current_Season...
April 29, 2008 at 9:40 am
Viewing 14 posts - 6,331 through 6,344 (of 6,344 total)