131 reputation
3
bio website endjinn.com
location London, United Kingdom
age 36
visits member for 1 year, 5 months
seen Nov 21 '12 at 12:12
stats profile views 4
Yes.

Jan
11
comment SQL Server 2012 database backup successfully report but no backup file
Just in case; the path in the plan is on the server, not the machine that executes it
Nov
7
awarded  Supporter
Nov
7
comment SQL Server backup failing. Error: 3041, Severity: 16, State: 1
Are there errors preceding the 3041 in the sql server error log? (not the windows log)
Oct
22
comment How can Stored Procedures and Triggers be Automatically Loaded When MySQL Starts
[mysqld] init_file=blah.sql in the options file
Oct
10
answered how to take backup of a single table in the SQL Server
Sep
21
comment SQL fulltext accent insensitive
Did you specify the accent sensitivity attribute of the catalog itself (by default it should match)?
Sep
20
comment How to Export SQL Server Database To A File For Later Import To Different Computer
Right click the db, tasks, back it up to a .bak & restore?
Feb
22
awarded  Teacher
Feb
21
answered How can I set up SQL Server 2008 users without Windows/Domain accounts?
Dec
17
awarded  Autobiographer
Apr
26
comment Using IF in T-SQL weakens or breaks execution plan caching?
Related stackoverflow.com/questions/1510489/…