Viewing 15 posts - 1,441 through 1,455 (of 2,268 total)
Rajesh kasturi (4/24/2009)
This is the script for you.
OSQL -E -S [SQL Instance Name] -n -i [path ..c:\] >> c:\resutls.txt
The above script use Windows authentation and connectes to the...
April 24, 2009 at 6:37 am
to run the scripts from the command line you can use SQLCMD.
http://msdn.microsoft.com/en-us/library/ms170207.aspx
or else you can open the scripts in SSMS using File -->Open File
April 24, 2009 at 4:34 am
What criteria defines a bad record?
April 23, 2009 at 10:21 am
A Little Help Please (4/23/2009)
Its is very strange!!!!!I can see, edit, open the table but i cant run a select against it!
:crazy:
Are you sure you are running the select against...
April 23, 2009 at 8:57 am
glad it worked.
check in SSMS that it has created the table in the correct database, if you see this new table in the explorer then you will be able...
April 23, 2009 at 8:35 am
You should probably rename the table to something a bit more useful in the import process.
But too select from your current table enclose the table name in []
select * from...
April 23, 2009 at 7:24 am
Easiest way is to use the Import / Export wizard in SSMS
April 23, 2009 at 6:22 am
yes just use a database connection as the datasource
April 22, 2009 at 2:51 am
Yes it is possible, use the Excell data source, perform any transformations that are needed, and send the data to a flat file destination.
April 22, 2009 at 2:32 am
for this i would use some staging tables in SQL server, use SSIS to create the tables, load your two sheets into the staging tables, then join using...
April 21, 2009 at 8:22 am
You can not directly backup from SQL server to Access.
To do this, you will need to export all your DB objects from SQL server to Access, The tables can...
April 20, 2009 at 3:34 am
Are they both running on the Physical Server, or on a Virtual Server?
April 17, 2009 at 7:31 am
stineo (4/17/2009)
April 17, 2009 at 6:51 am
OJDev (4/16/2009)
When I try to convert to int CONVERT (INT, field1) I get the following message:Conversion failed when converting the nvarchar value '15.500' to data type int.
This is because the...
April 16, 2009 at 8:07 am
I use redgate sql compare for this and it works really well..
April 15, 2009 at 7:51 am
Viewing 15 posts - 1,441 through 1,455 (of 2,268 total)