Viewing 15 posts - 3,391 through 3,405 (of 9,244 total)
Joining a server to a windows domain provides centralisation of uses and resources.
Computers in a workgroup require users and objects to be maintained locally on each machine. When providing...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
April 6, 2014 at 2:33 pm
what size did you shrink the file too?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
April 5, 2014 at 4:51 am
PHXHoward (4/3/2014)
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
April 4, 2014 at 5:28 am
Talib123 (4/3/2014)
The file it was looking for was MODEL.log. WHen in fact the file was still Modellog.ldf.
Yes, so if you follow my steps above you'll recover with no issues
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
April 3, 2014 at 6:56 am
Talib123 (4/3/2014)
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
April 3, 2014 at 6:06 am
ok, didnt spot that
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
April 2, 2014 at 7:10 am
lol convert this
0x646F6E2774206265206120646F726B20203A2D29
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
April 2, 2014 at 6:01 am
Talib123 (4/2/2014)
ALTER DATABASE model
MODIFY FILE (NAME = modelData, FILENAME = 'D:\New folder\model.mdf')
GO
ALTER DATABASE model
MODIFY FILE (NAME =...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
April 2, 2014 at 4:27 am
The software requirements list Windows 2012 or Windows 2008 only for Enterprise edition, see this link
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
April 2, 2014 at 3:08 am
And as part of your AO group deployment you've already identified a preferred Primary 😉
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
April 2, 2014 at 1:07 am
Zubius (4/1/2014)
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
April 1, 2014 at 1:43 pm
Enthusiastic Jones (4/1/2014)
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
April 1, 2014 at 1:18 pm
Enthusiastic Jones (4/1/2014)
Should it be setup so that an instance be set to failover if the SQL Server Agent fails?Thoughts??
The default for this resource is the same as others, initially...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
April 1, 2014 at 9:38 am
mario17 (3/31/2014)
Thanks, allYes, I did reseed and it worked.
DBCC CHECKIDENT ('Person.AddressType', RESEED, 10);
The problem here is, when the value jumped if identities were created in the upper range and you...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
April 1, 2014 at 3:47 am
TheSQLGuru (3/31/2014)
If you shut down SQL Server there is a known bug that advances the identity values. I don't know if there is a fix for that or not.
according...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
April 1, 2014 at 3:45 am
Viewing 15 posts - 3,391 through 3,405 (of 9,244 total)