Viewing 15 posts - 1,906 through 1,920 (of 2,051 total)
The Convertion of char data type to a datetime type resulted in an out-of-range datetime value.
-> results in a date before 1753
Look up CONVERT for an extra format parameter.
October 15, 2005 at 6:57 am
This article should help you on the way:
http://www.sql-server-performance.com/rc_hardware_planning.asp
Sql server performance: 80% application+design,20% hardware
Hardware performance benefits: memory (the more the merrier-> less slow IO activity needed),IO subsystem, cpu (as this...
October 15, 2005 at 6:54 am
it is possible for windows 2003 enterprise
Windows Server 2003 Enterprise Edition supports 32 GB of physical RAM. Windows Server 2003 Datacenter Edition supports 64 GB of physical RAM by using...
October 15, 2005 at 6:36 am
not sure, but I believe Gold = non beta
October 15, 2005 at 6:32 am
What is temporal upward compatibility
Making that a future version can read the information off an older version?
October 14, 2005 at 12:45 pm
X = null is always Unknown
Compare to NULL with X IS NULL
October 14, 2005 at 10:29 am
I'm not sure what {business_idx=$''STERILIZES''} does.
The query looks fine if there are indexes on businessid, ZIPID.
What does exec tdbExecuteReturnPageL @sql, 3, 20 ?
October 12, 2005 at 9:53 am
if the sql servers are based on windows 2003 servers, the errors come forth since windows 2003/xp security was added to microsoft transaction coordinator.
See:
October 12, 2005 at 9:45 am
Microsoft Access is quite easy to make query/reports with if you have/can setup linked tables (using readonly accounts).
October 12, 2005 at 7:31 am
You could match the size as closely to your datausage, so all the data still fits. (1500 MB)
October 11, 2005 at 8:06 pm
Use the ALTER DATABASE command (see the BOL)
& MODIFY FILE
Then you can set the "original size" of a file & rerun DBCC SHRINKDATABASE
October 11, 2005 at 12:37 pm
Is there any policy set to prohibit account to be active in the weekends(no logon,firewall settings..)
October 11, 2005 at 12:33 pm
found an article about the error:
October 11, 2005 at 12:29 pm
We're planning to go with option 1.
Application roles have to be set every connection.
October 11, 2005 at 12:19 pm
Viewing 15 posts - 1,906 through 1,920 (of 2,051 total)