Viewing 15 posts - 1,471 through 1,485 (of 1,988 total)
SQL Server is relatively easy to upgrade but unless there's a feature in a newer version that an organization really wants or they want to install/upgrade an application that uses...
February 12, 2016 at 7:20 am
crookj (2/5/2016)
Grumpy DBA (2/5/2016)
djj (2/5/2016)
SmileThe Beach Boys (recorded in '66 - '67)
Campbell (Glenn - An early fill-in for the Beach Boys)
Bruce
February 5, 2016 at 8:01 am
Maybe something like,
WITH TEMP_CTE AS(
SELECT MachineID, InstanceKey, TimeKey, RevisionID, rowversion, Account, SchemaClass FROM TABLE_A
UNION ALL
SELECT MachineID, InstanceKey, TimeKey, RevisionID, rowversion, Account, SchemaClass FROM TABLE_B
)
SELECT * FROM TEMP_CTE WHERE TimeKey...
February 4, 2016 at 9:30 am
Ed Wagner (2/4/2016)
Grumpy DBA (2/4/2016)
Ed Wagner (2/4/2016)
BarbequeRibs
Pulled Pork
Pirates
February 4, 2016 at 7:30 am
Does this consultant mean that the DB is typically used in a read only manner or does he really think it doesn't use transactions? If it's really a read...
January 26, 2016 at 12:52 pm
Hmm... maybe a better title would be AdministratorBall. Development tends to not have as many hard skills that can be measured beyond it works but noone knows why.
January 26, 2016 at 12:04 pm
Yes you can change the recovery mode of the DB to simple, that won't clear the existing log file so you would still need to do a transaction log back...
January 26, 2016 at 10:43 am
mw112009 (1/26/2016)
Zzartin:verify that your scheduled log backups are running properly,
How do I do that ? CAn you guide me
In management studio go to SQL Server Agent -> jobs on...
January 26, 2016 at 8:57 am
mw112009 (1/26/2016)
Reply to John:I am not a DBA. I am a SQL developer. I am hoping someone will pass me the commands and I can check/test/execute them.
This is kind...
January 26, 2016 at 8:22 am
Ed Wagner (1/25/2016)
djj (1/25/2016)
Ed Wagner (1/22/2016)
Jeff Moden (1/22/2016)
TomThomson (1/22/2016)
SQLRNNR (1/22/2016)
Ed Wagner (1/22/2016)
SQLRNNR (1/22/2016)
DonlSimpson (1/22/2016)
SQLRNNR (1/22/2016)
runtsquirt
herder
Sheep
Black
Coal
Graphene
Graphite
epoxy
Repair
Hammer
January 25, 2016 at 7:44 am
Ray K (1/21/2016)
Luis Cazares (1/21/2016)
djj (1/21/2016)
Ed Wagner (1/21/2016)
crookj (1/21/2016)
Igor Micev (1/21/2016)
Ed Wagner (1/21/2016)
DonlSimpson (1/21/2016)
Igor Micev (1/21/2016)
Grumpy DBA (1/21/2016)
Ed Wagner (1/21/2016)
djj (1/21/2016)
BL0B_EATER (1/21/2016)
Stuart Davies (1/21/2016)
Ed Wagner (1/20/2016)
Ray K (1/20/2016)
djj (1/20/2016)
RoastedChicken
Ribs
Spare
Tyre
Tired
Sleep
Insomnia
AlwaysOn
Availability
Phone
Cell
Red...
January 21, 2016 at 2:36 pm
John Hanrahan (1/21/2016)
January 21, 2016 at 12:41 pm
Eric M Russell (1/21/2016)
Alex Gay (1/21/2016)
Eric M Russell (1/21/2016)
January 21, 2016 at 8:59 am
I wouldn't mind seeing more granularity in pricing based on features there's some features in even standard edition I'll never use and some features in EE I'd like to have...
January 21, 2016 at 7:42 am
Just out of curiosity why are you defragging(or rebuilding) before purging?
January 15, 2016 at 11:04 am
Viewing 15 posts - 1,471 through 1,485 (of 1,988 total)