Viewing 15 posts - 24,121 through 24,135 (of 26,490 total)
As stated above, no you can't attach a database from SQL Server 2005 to SQL Server 2000 (even if it was in compatability mode 80). The disk structures are...
October 15, 2008 at 11:10 pm
That's why I keep pushing for multiple offsite file servers. All I want is 4 distributed around the district (we are a K12 public school district) where I can...
October 15, 2008 at 2:58 pm
Here's an answer you might hear where I work:
The SAN will never go down.
:hehe::cool:
October 15, 2008 at 2:39 pm
Giving a user/role access to a stored procedure is a means to allow users/applications to access database tables without giving them direct access to the tables. If you don't...
October 15, 2008 at 2:28 pm
Take a look at the following code. Hopefully it will help you determine what you need to do accomplish.
/*
Create temporary tables for testing
*/
create table #MyImportTable...
October 15, 2008 at 1:55 pm
What is the result of running the following from an earlier post?
RESTORE HEADERONLY FROM backupDevice -- replace backupDevice with the filename of the backup diskfile.
October 15, 2008 at 1:31 pm
Helps, but I have one more question. What is the DDL for the final destination table?
😎
October 15, 2008 at 1:21 pm
First piece of advice, don't shrink the database. If you do it before the index rebuild/defrag, you'll most likely fragment the physical data file as it will grow as...
October 15, 2008 at 1:15 pm
Two things. One, have you looked up master database in BOL? It talks about restoring the master database. Two, when you started SQL Server to restore the...
October 15, 2008 at 1:08 pm
Thanks, but that doesn't answer my question. Is there anything in the data files that will uniquely identify each row in the import file?
😎
October 15, 2008 at 12:58 pm
You want to use a Flat File destination in the data Flow to create a csv file.
😎
October 15, 2008 at 12:52 pm
"Only Capitalists can kill Capitalism; by exploiting it's core principals at the expense of and to the detrement of the general public instead of working with the principals of the...
October 15, 2008 at 11:13 am
Does the data have any data elements that uniquely identifies each row?
October 15, 2008 at 10:52 am
Andrew Gothard (10/15/2008)
It does say that, doesn't it. Wonder if :I've never tripped over that one before over the past almost 2 decades or what.
Not very intuitive though -...
October 15, 2008 at 10:29 am
Actually, since you posted this in a SQL Server 2005 forum, this looks like a good place to use Service Broker. Creating the csv file directly in a trigger...
October 14, 2008 at 7:44 am
Viewing 15 posts - 24,121 through 24,135 (of 26,490 total)