Viewing 15 posts - 61 through 75 (of 113 total)
Kazim,
Have you considered using FILESTREAM in SQL Server?
http://technet.microsoft.com/en-us/library/bb933993.aspx
Thanks
Chris
September 5, 2011 at 8:31 am
Looking at the scripts provided the DraftContent table has two nvarchar(max) columns. The storage size, in bytes, is two times the number of characters entered + 2 bytes for...
September 5, 2011 at 7:34 am
All the documentation I have read simply states one or many without stating a maximum. the below by Kalen Delaney is a great place to start.
http://msdn.microsoft.com/en-us/library/dd939169(v=sql.100).aspx
Sorry
Chris
September 5, 2011 at 7:24 am
SQL Server 2008 R2 Developer Edition is not free! It is around $50.00 and can be bought from MS or amazon etc;
The trial you have is exactly that a...
September 5, 2011 at 6:09 am
If you are using windows authentication and the account does not exist on the remote SQL Server machine, then when you try to connect your current context doesn't have permissions.
Make...
September 5, 2011 at 6:03 am
Is it simply table names which you are comparing accross the two instances? Or are you looking to compare table definitions as well?
Thanks
Chris
September 5, 2011 at 5:58 am
Actually you get when using british_english
"The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value."
grrr!
August 19, 2011 at 9:59 am
Script fails with syntx error another question which is incorrect *sigh*
August 18, 2011 at 10:00 am
Point in Time restores have always been flakey in EM. I always use scripts never EM or SSMS.
August 18, 2011 at 9:57 am
BOL specifically says
'Returns the date that the statistics for the specified table were last updated.'
We use this every day the answer is wrong.
August 18, 2011 at 4:42 am
I've moved this database on several of my servers using Microsoft guides???!
August 18, 2011 at 4:17 am
For SQL Server 2005
http://msdn.microsoft.com/en-us/library/ms345408(v=SQL.90).aspx
For SQL Server 2008
http://msdn.microsoft.com/en-us/library/ms345408(v=SQL.100).aspx
For SQL Server 2008 R2
http://msdn.microsoft.com/en-us/library/ms345408(v=SQL.105).aspx
Thanks
Chris
August 16, 2011 at 7:37 am
The first SQL Server install I succesfully slipstreamed was SQL Server 2008 with SP1. I've never been succesfull with installs prior to 2008 + SP1 and as you...
August 16, 2011 at 7:34 am
Can you script the alert job and post the SQL?
Thanks
Chris
August 16, 2011 at 7:29 am
FILESTREAM would look like a viable solution. Check out the MCM Training videos;
http://www.sqlskills.com/T_MCMVideos.asp
New Database Structures in SQL Server 2008
New Database Structures in SQL Server 2008 - Demo
Thanks
Chris
August 16, 2011 at 7:22 am
Viewing 15 posts - 61 through 75 (of 113 total)