Viewing 15 posts - 1,081 through 1,095 (of 1,170 total)
GilaMonster (7/17/2012)
Those tables are empty (no rows)
You're correct.
Thanks
Igor Micev
July 17, 2012 at 11:29 am
Thank you All
All helped.
I finally managed to update the statistics using SP_updatestats.
But, what i noticed, that some statistics were updated, some not. When i right click on some statistics, it...
Igor Micev
July 17, 2012 at 8:40 am
calvo (7/17/2012)
Is there an open transaction on which these processes are waiting?
select @@trancount
@@trancount = 0
Igor Micev
July 17, 2012 at 7:57 am
There are may ways, but so practical and easy one is by using ssms:
right click -> Tasks ->
- Copy Database...
- Import Data...
...
Igor Micev
July 8, 2012 at 5:26 am
Hi,
Restoring backup is only forward-compatible.
You may achieve your goal if you can upgrade your 2008 version to 2008r2
Regards
IgorMi
Igor Micev
July 8, 2012 at 4:48 am
Hi,
You can do it with ssis easily, but its your choice.
If I were you I would first make a bulk insert into a temporary table. That is easy and fast....
Igor Micev
July 8, 2012 at 3:28 am
Nicholas Cain (7/5/2012)
Igor Micev
July 5, 2012 at 3:47 pm
MyDoggieJessie (6/25/2012)
Assuming you are using a linked server...in the linked server setup, under server options, did you set the remote procedure calls to true?
No, I'm not using linked server, however...
Igor Micev
June 25, 2012 at 3:37 pm
Yes you can. I, for example, use ssms 2008 for sql server 2005, and ssms 2012 for sql server 2008.
Express version is with some restrictions
http://technet.microsoft.com/en-us/library/ms365247(v=sql.105).aspx
Regards,
IgorMi
Igor Micev
June 25, 2012 at 1:22 pm
Dear all,
Just to remember you on this issue, I still haven't resolved it ...
Any advises are welcome ...
Regards,
IgorMi
Igor Micev
June 25, 2012 at 1:12 pm
I'm sorry my thoughts were different
Igor Micev
June 23, 2012 at 11:57 am
Hi,
Actually you can check the size of your index. It can be 10%,20%, ... even100% (theoretically) of the table size.
You can use this code
select si.name 'Index Name', sum(sd.used_page_count)*8 'Pages size...
Igor Micev
June 20, 2012 at 12:32 am
tommyh (6/19/2012)
You can install 2012 on FAT32 and that have a limit to 4GB/file. The...
Igor Micev
June 20, 2012 at 12:13 am
snigdhandream (6/19/2012)
Igor Micev
June 19, 2012 at 5:37 am
Hi,
If I were you, I would create the new table with identity key + the same structure of the table you're migrating.
Regards
IgorMi
Igor Micev
June 19, 2012 at 3:20 am
Viewing 15 posts - 1,081 through 1,095 (of 1,170 total)