Viewing 15 posts - 1,576 through 1,590 (of 2,010 total)
Express Does have a 4 GB db size limit as well, however I'd be more looking at limitations involved around no SSIS, no Sql Agent job Service, and limited backup...
March 4, 2008 at 1:06 pm
Magy (3/4/2008)
March 4, 2008 at 12:56 pm
Brandie,
Any chance something like this would work for you?
If Day(GetDate()) > 26 and Day(GetDate()) <= 31
Set @LastMonthEnd =
(Select Max(EndDate)
from tblAccountingPeriods
where BeginDate...
February 29, 2008 at 12:37 pm
ruben ruvalcaba (2/29/2008)
First of all thank you, it's a good point to be considered. In fact, I use functions on the WHERE clause very often, specially when filtering dates...
February 29, 2008 at 11:57 am
Yup, there's usually more than one way to to accomplish a given goal. It all depends on what works best in your environment.
-Luke.
February 29, 2008 at 6:43 am
additionally, you can check out the following article. I think it may have just what you are looking for...
February 28, 2008 at 11:51 am
First off, Nice Article. Very well articulated intro to issues with using functions in the Where clause.
In reference to Peter Tirrell's question. Yes the Or should provide much...
February 28, 2008 at 7:39 am
One more here asking for SP3 and SP5. And while you're at it where's SP3 for WinXP that MS has been talking about for the past couple of years...
February 1, 2008 at 6:36 am
FROM BOL Databases (Database Engine) > Designing Databases > Designing Files and Filegroups >
Recommendations
"When you create a database, make the data files as large as possible, based on...
January 23, 2008 at 6:36 am
Yes you are absolutely correct, I was more poking fun at the phrasing of the question...
What happens when You do something, could be very different from what happens when someone...
January 4, 2008 at 8:33 am
What the above poster said combined with the file needs to exit!.
"If you run "sqlwb mysql.sql" from the command line, what happens?"
When I execute that command I get a File...
January 4, 2008 at 7:52 am
So does anyone else think it's strange that this was listed directly beside the last post I read on the SSC Jobs ad?
Database Administrator
Charlottesville, VA (possibly Boston, Mass.)
SNL Financial, LC
Perhaps...
January 4, 2008 at 6:33 am
My Resolution at work are to get the rewrite of the application I'm currently in charge of completed and get the organization to a better place so that I might...
December 28, 2007 at 6:14 am
Are you looking for...
07122430006 300001
07122430006 300006
Or
07122430006 300001,300006
Or something else entirely?
December 13, 2007 at 6:40 am
It would appear that you've already runt he reconfigure statement.
--This statement caused the message you received...
exec sp_configure 'affinity mask', 0x0000FFFF
GO
--This is the RECONFIGURE statement that the system wanted...
reconfigure
GO
Looks like...
December 13, 2007 at 6:31 am
Viewing 15 posts - 1,576 through 1,590 (of 2,010 total)