Viewing 15 posts - 16 through 30 (of 88 total)
have you resolved the issue? or still facing?
January 22, 2012 at 10:55 am
It seems like a user query.. you can check the columns and data to relate about what this query does.
January 22, 2012 at 10:52 am
Check this article on source control.
January 22, 2012 at 6:50 am
You can migrate database maintenance plans by right-clicking the database maintenance plan and choosing Migrate.
January 21, 2012 at 9:51 am
Are you seeing any error message in replication monitor ?
January 21, 2012 at 9:48 am
I think you should work on with normalization that help you to design your database.
http://www.sqlservercentral.com/articles/T-SQL/normalization/584/
January 21, 2012 at 4:25 am
how long should i wait for it to reattach...any is there any way i can look into what's going on
Are you getting any error message while attaching?
January 21, 2012 at 4:19 am
if your view is not created with schemabinding, sp_refreshview should be run when changes are made to the objects underlying the view that affect the definition of the view. Otherwise,...
January 21, 2012 at 4:15 am
did your maintenance plan execution completed with any error message? pls post your message.
January 20, 2012 at 9:08 am
Backup only takes place on the specified location which is mentioned in the backup query.
January 20, 2012 at 9:04 am
exec sp_msforeachdb 'if db_id(''?'')>4 backup database [?] to disk = ''C:\?.bak'' with init, compression;'
January 20, 2012 at 8:56 am
What is the wait type of that suspended spid ?
January 20, 2012 at 7:41 am
January 20, 2012 at 7:39 am
Viewing 15 posts - 16 through 30 (of 88 total)