Viewing 15 posts - 181 through 195 (of 925 total)
If the database has been altered from Simple to Full Recovery recently it will look like it is in Full Recovery but requires a full backup before it is truly...
March 23, 2017 at 5:18 am
March 23, 2017 at 5:04 am
March 17, 2017 at 2:47 am
March 17, 2017 at 2:40 am
March 10, 2017 at 2:04 am
Hands up - who else is old enough to recall writing your code out by hand, posting it to a department in another part of the country, to be typed...
February 22, 2017 at 2:06 am
February 22, 2017 at 2:02 am
https://www.amazon.co.uk/Sony-MDR-V150-Headphones-Reversible-Monitoring-Black/dp/B00005QBU9/ref=cm_cr-mr-title
Bought these four years ago. They're looking a little rough now but still better quality than several I've tried that were much more expensive.
February 7, 2017 at 9:33 am
I can't help you with those errors but logging the replication with the highest verbose level might give you more clues - Replication Logging.
February 7, 2017 at 7:24 am
Not a lot of postings with my skill level as I have...
February 3, 2017 at 9:06 am
I have this table
CREATE TABLE [dbo].[students](
[id] [int] NOT NULL,
[studentusa] [int] NULL,
[studentuk] [int] NULL,
[courseid] [int]...
February 2, 2017 at 3:27 am
February 2, 2017 at 1:17 am
They had a live Google Doc open as...
February 1, 2017 at 7:46 am
January 31, 2017 at 7:19 am
DECLARE @DBCC NVARCHAR(256) ;
DECLARE @Database_Name NVARCHAR(50);
CREATE TABLE #DBCC
(
[Error] VARCHAR(255) ,
[Level] VARCHAR(255) ,
[State] VARCHAR(255)...
January 31, 2017 at 6:56 am
Viewing 15 posts - 181 through 195 (of 925 total)