Viewing 15 posts - 676 through 690 (of 972 total)
Things I came across in Googling mentioned the primary key type on the table in SQL is not rendered correctly in Access 2003.
May 6, 2010 at 2:09 pm
Are you referring to the free space in a database, logical? Example executing sp_spaceused?
You may need to do a
USE <DB Name>
GO
DBCC UPDATEUSAGE
May 6, 2010 at 1:55 pm
As well this should be in the SQL Server 2000 SCC forum, not 2008 😀
May 6, 2010 at 1:42 pm
I would start with this matrix of SQL Server 2008 features:
http://msdn.microsoft.com/en-us/library/cc645993.aspx
(1) SQL Standard edition if you want the BI and SSIS tools.
(2) With the small number of users I would...
May 6, 2010 at 12:30 pm
First question: Why do you have Office products running on your server?
Second question: Be more specific...what you are using Outlook for with regards to SQL Server?
May 6, 2010 at 12:16 pm
(1) The newest version is always going to be the most "Patched/updated". There are a TON of new features in SQL 2008 R2. Just check out this site:...
May 5, 2010 at 9:51 am
This is a SQL Server forum, if you want a quicker response you might try some of the following sites to get answers more quickly:
May 5, 2010 at 9:41 am
I received this same error actually on a cluster reinstall. There is a MS Connect ID out there that shows the XML 6 SP2 should be removed and then...
May 5, 2010 at 9:33 am
This is how to add a AD group in SQL Server through a New Query window:
USE [master]
GO
CREATE LOGIN [AD_group_name] FROM WINDOWS WITH DEFAULT_DATABASE=[user_database]
GO
PS. The users log onto their workstation as...
May 5, 2010 at 8:25 am
Not wanting to take much of your time on this since I can not test things on my side, but you say "sometimes you get a blank page"...Is the meaning...
May 4, 2010 at 9:12 am
Not that I mess with Reporting Services much but if you run the query for that report, with the same date range, manually does it return values?
May 4, 2010 at 8:20 am
Actually I mis-informed you on something.
The Maintenance Cleanup Task does not touch any system table at all. It will check the directory you specifiy in the "Folder Field" of...
April 28, 2010 at 7:51 am
Ejacksonjames (4/27/2010)
Hi I am new to SQL administration. We have over 100 production/development databases on multiple servers on different OS versions, win 2000 and 2003 server.
Depending on your budget...
April 27, 2010 at 12:07 pm
Viewing 15 posts - 676 through 690 (of 972 total)