Viewing 15 posts - 1,021 through 1,035 (of 1,884 total)
Hello,
Do Actions ->Refresh.
Sometimes it does not help too with logins and users. Then I disconnect in Enterprise manager and re-connect. This is a matter of refreshing information for Enterprise Manager,...
March 1, 2006 at 2:29 pm
I had this issue in 7.0 for one of my databases. Log could not be truncated and shrinked no matter what. I think it was sort of the bug in...
March 1, 2006 at 2:16 pm
I had to add something into tnsnames file on SQL Server machine. Ask your Oracle administrator
March 1, 2006 at 10:02 am
Brent,
If I got it correctly, Recovery Model is Simple which means that log is truncated on checkpoint, you have a lot if disk space and automatically grow file is checked.
I would...
March 1, 2006 at 9:46 am
What is on the Transaction Log tab of the database properties? Is "Automatically Grow File" checked or unchecked? If it is checked then the log will grow automatically if you...
February 28, 2006 at 4:20 pm
I normally keep them in the development environment and I have an extra DB with the custom name in the production environment for tasks that require somewhat temp tables that should...
February 28, 2006 at 4:06 pm
Easy -yes. But it is 2 step process.
The following will generate a list of sp_addrolemember statements for each user of the role db_datareader to add them to db_datawriter role. Four...
February 28, 2006 at 3:57 pm
This is really cool how you export a file.
February 27, 2006 at 4:34 pm
Simon,
How do you export automatically?
Maybe you can add a line to your VBscript in ASP page that exports recordset field names into comma-separeted string like
For i = 0 To...
February 27, 2006 at 4:02 pm
This is correct. I tested. You have to add a table name in Order By then it works. I compared estimated execution plans for both 2000 and 2005. In 2000...
February 27, 2006 at 3:46 pm
I tested and foud out that if I connect to the local or remote 2005 server with either admin or low-privilege logins I have Reports enabled. But when I connected to SQL Server...
February 27, 2006 at 3:13 pm
No, they will not ask you to reboot your computer.
Did you notice that the Help Desk people too know the answer before the computer is running?
The article is so...
February 27, 2006 at 9:21 am
Did not get it: BOL says that SSAS can use up to 3 GB when /3GB switch is used. You have to use /3GB switch in the boot.ini file.
Answer 2...
February 24, 2006 at 11:18 am
David,
if the column type for some columns is var-something, like varchar or nvarchar then only the actual size will stored. Example: your column is varchar(255) and you would think it...
February 22, 2006 at 9:59 am
Hi,
"Physical Database Files and Filegroups" article in BOL for SQL 2000 says that "All pages for system tables are allocated in the primary filegroup"
Since all procedures are text that is stored in...
February 22, 2006 at 9:38 am
Viewing 15 posts - 1,021 through 1,035 (of 1,884 total)