Viewing 15 posts - 2,101 through 2,115 (of 6,486 total)
Actually, the very fastest option might be to back it up to locally attached storage, and THEN copy it somewhere once the backup is done. Backup involves a lot...
December 31, 2008 at 11:09 am
Related thread over here:
http://www.sqlservercentral.com/Forums/Topic627764-338-1.aspx
December 31, 2008 at 10:59 am
Sorry - I just noticed how little info I actually provided on the other thread...:)
Thanks for the assist.
In case you need any of those as attibutes - just throw an...
December 31, 2008 at 10:58 am
Aspet Golestanian Namagerdi (12/31/2008)
December 31, 2008 at 10:51 am
RBarryYoung (12/31/2008)
Heh. Believe it or not, I still do Excel.VBA projects from time to time. Just finished one in November. 🙂
I completely believe it. I still...
December 31, 2008 at 10:30 am
Jeff Moden (12/31/2008)
Grant Fritchey (12/31/2008)
CREATE TABLE [dbo].[AppTable](
[Id] [int] IDENTITY(1,1) NOT NULL,
[RefId] [int] NOT NULL,
[AppValue] [nvarchar](max) NOT NULL,
CONSTRAINT [PK_AppTable] PRIMARY...
December 31, 2008 at 10:17 am
You'd have to create an Office application automation script or Executable, to then open open the Access app and run the macro. Unless your macro is REALLY doing a...
December 31, 2008 at 9:55 am
Have you tried simply using SQLXML? Using XQuery for this in SQL is reminiscent of buying a hammer and some nails, but then throwing away the hammer and using...
December 31, 2008 at 9:50 am
Not that I don't enjoy automation and all, but I just prefer to set the "auto-refresh on opening" option in the Excel data range......
December 31, 2008 at 9:47 am
Peter - your XML got whacked by the SSC markup. If you replace the left and right brackets with their HTML version - it will show up again...
December 31, 2008 at 9:25 am
raj acharya (12/31/2008)
December 31, 2008 at 8:21 am
Jeff Moden (12/25/2008)
I find both those things to be true with a lot of authors.
True, but when you're on the seventh edition of your book, and you're still trying to...
December 31, 2008 at 8:02 am
homebrew01 (12/30/2008)
This leads into the Fill Factor option. I think the default is 0 (effectively 100 %). In an application with lots of I/O, would 80% be better ?
That's usually...
December 30, 2008 at 3:15 pm
SYS.TABLES will show them if they're still "around". On well-behaved servers, you may need a WAITFOR to keep the batch "open" long enough to see the table var....
December 30, 2008 at 3:06 pm
Viewing 15 posts - 2,101 through 2,115 (of 6,486 total)