Viewing 15 posts - 39,256 through 39,270 (of 49,552 total)
Please don't use polls for normal questions. Thanks.
Is the path E:\DATA\xxx\xxxxx.mdf valid? Is the mdf file there?
Does the SQL Server Service Account have full permissions on that file and folder?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 7, 2009 at 5:14 am
Duplicate post. No replies to this thread please. Direct replies to:http://www.sqlservercentral.com/Forums/Topic711745-5-1.aspx
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 7, 2009 at 5:12 am
GDI Lord (5/7/2009)
Does the choice of recovery model affect transaction handling in the database?
No, other than for bulk operations (detailed below).
Can I still use transactions?
Yes
Does...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 7, 2009 at 5:07 am
Yes, providing the varbinary stores a document and you need a column that describes what the varbinary is.
From Books Online:
Only one full-text index is allowed per table. For a full-text...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 7, 2009 at 4:41 am
Bob Hovious (5/6/2009)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 7, 2009 at 4:38 am
Please don't cross post. It just wastes peoples time and fragments replies.
No replies to this thread please. Direct replies to: http://www.sqlservercentral.com/Forums/Topic711622-150-1.aspx
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 6, 2009 at 3:35 pm
ericb1 (5/6/2009)
sorry about that, I should have given more info. It's actually for another application, which is handling the indexing, so it's not an issue.
Indexing as in indexes...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 6, 2009 at 3:30 pm
I'd say this one's minor. It's an irritation. I only found it when posting pieces of a query's XML plan.
Though do note that it happens in other code markups than...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 6, 2009 at 3:23 pm
tosscrosby (5/6/2009)
Egads, something is amiss. I hit quote on Lynn's last post and it quoted Gail's post one prior to Lynn's!
It happens if someone's posted a reply since the page...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 6, 2009 at 2:58 pm
Steve Jones - Editor (5/6/2009)
Logged as a bug
Thanks
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 6, 2009 at 2:39 pm
Florian Reischl (5/6/2009)
CREATE SCHEMA [%]
GO
CREATE TABLE [%].[%] (Id INT IDENTITY PRIMARY KEY, i INT, [-] INT, [AND] INT, [*] INT, [%] VARCHAR(10))
CREATE INDEX [master.sys.objects] ON [%].[%] ([-]) INCLUDE ([*])
INSERT INTO...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 6, 2009 at 2:39 pm
There are no errors in that. The model database is starting up without any problems. If model were damaged, there would be lots of high severity errors in there.
Is your...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 6, 2009 at 2:09 pm
barunpathak (5/6/2009)
1) Do I overwrite the same files everytime?
You can, but what if you need to restore an older backup, either because the newer one is corrupt (it happens)...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 6, 2009 at 10:23 am
Security, security, security and just for completeness, security.
They need to understand and understand the reasons for the Principle of Least Privilege.
They need to understand injection and how to prevent it...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 6, 2009 at 9:52 am
I have no idea how to uninstall MySQL and I have no idea what the error means. I haven't worked with MySQL in 5 years or more.
I suggest that you...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 6, 2009 at 7:14 am
Viewing 15 posts - 39,256 through 39,270 (of 49,552 total)