Viewing 12 posts - 181 through 193 (of 193 total)
I tried to use tab limited file and the bulk insert query as
BULK INSERT designs
FROM 'D:vt.csv'
WITH
...
January 18, 2013 at 6:28 am
I think comapct edition does not allow multiple connections to same database in network.I want database to be access through network simultaneously for atleast 5 to 10 users.
January 17, 2013 at 10:29 pm
I have sql server express.So SSIS is not available for me.
Here is a sample of csv file i am trying to insert
QueryResult,QueryResult,500,2,46,A,abc,1,NULL,NULL,"date_atnd,time_atnd",,70,NULL,48,NULL
Here date_atnd,time_atnd has the comma in between. So i...
January 17, 2013 at 9:55 pm
thank u for replying.
I have a doubt. All my database have recovery model full. If i do file group backup separately for primary file group regularly and secondary file group...
January 17, 2013 at 4:40 am
Microsoft SQL Server Management Studio version is 10.50.1600.1
And server is sql server 2008 r2 express
January 17, 2013 at 1:00 am
I found that while i restore primary file group in ssms by using only primary file group file backup file i used following script
RESTORE DATABASE [test] FILE = N'test', ...
January 16, 2013 at 10:46 pm
So shrinking only log file will not increase the fragmentation?
January 16, 2013 at 6:43 am
I used the SSMS gui option to restore the file group.
January 16, 2013 at 5:59 am
Yes, Auto close is set to true.The recovery model is full.
January 16, 2013 at 5:37 am
Thnk u anthony for your reply
But i found that this in recovery message not only comes after restarting the sql server. Sometime it comes and again goes off after 10...
January 16, 2013 at 5:28 am
January 16, 2013 at 5:23 am
So log backup only reuse the space. But shrinking the log file will increase fragmentation ryt? So is it good habit to shrink the log file?
January 15, 2013 at 5:59 am
Viewing 12 posts - 181 through 193 (of 193 total)