Viewing 15 posts - 226 through 240 (of 782 total)
change the datatype to nvarchar and then try again
and also try changing the file to csv and then try
bcp command
May 23, 2011 at 10:34 am
try the openrowset function
for example :_
SELECT * INTO dbname.dbo.tablename
FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0','Excel 8.0;Database=C:\filename.xls', 'SELECT * FROM [sheet name$]')
Change the location as applicable... its on C drive here..
May 23, 2011 at 10:11 am
huh..okk..
Tell me wat is hte extension of ur excel file (.xls/.xlsx) and
also the no of rows in excel file ?
Regards,
Sushant
May 23, 2011 at 10:00 am
check out the datatype if it allows
all the data to copy...
May 23, 2011 at 9:46 am
do u see the colum and data when u click on
edit mappings/preview in the import tasks?
Regards,
Sushant
May 23, 2011 at 9:39 am
I was facing the same situation,
Its very diffficault to find entry level junior DBA in states.
I got an offer from caribbean company and shifted there..now iam happy..
U can look...
May 23, 2011 at 7:31 am
Chris Houghton (5/18/2011)
Thanks - that was the easiest question I've ever had from here :w00t:
Same here
May 18, 2011 at 6:54 am
homebrew01 (5/16/2011)
I take transaction log backups very frequently inbetween reindexing steps to prevent big .ldf growth.
Can full backups, transaction log backups and rebuilding index go at the same time?
Isnt there...
May 16, 2011 at 7:45 am
Ninja's_RGR'us (5/16/2011)
#1 culprit is reindex job
I had the impression that reindex jobs increase the size of log file (ldf) not the data file(mdf)
Regards,
Sushant
May 16, 2011 at 7:36 am
note
its 3 yr old thread
Regards,
Sushant
May 11, 2011 at 7:34 am
ohh
But now If i refresh it, i found all the logins are created,
So is it fine, that they are already created
or there will be error when the user tries...
May 9, 2011 at 2:39 pm
okk.thanks..
Now when iam trying to import the logins by sp_help_revlogin
I am getting (for almost every user) :-
Supplied parameter sid is in use.
I think it is because the logins at the...
May 9, 2011 at 2:32 pm
Viewing 15 posts - 226 through 240 (of 782 total)