Viewing 15 posts - 91 through 105 (of 295 total)
Making column identity is an option that should have thought beforehand. If we go that route now, it can mess up reports and other files that we already sent to...
April 24, 2014 at 10:14 am
This works perfect. Can you explain what this is doing? I'm new to cross apply.
March 28, 2014 at 11:06 pm
I mean this type of alert.
Attempt to fetch logical page (1:14894525) in database 10 failed. It belongs to allocation unit 16662986752 not to 72057610700914688
March 26, 2014 at 3:08 pm
It actually said
CHECKDB found 0 allocation errors and 0 consistency errors in database 'Database'.
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
Does this mean I'm good? Why...
March 26, 2014 at 2:57 pm
Yes. Whats happening currently is that expression is calculated in a view. Those tables are large OLTP tables and only the subsets in view. And there are so many other...
March 6, 2014 at 8:53 am
Thanks. Would putting this case in the where clause slow down the query?
March 6, 2014 at 1:49 am
What would be the ideal way to do this then? Haven't encountered data integrity yet. But there could be.
March 3, 2014 at 7:04 am
After waiting for a while, I was able to detach the db, rename the log file and then attach it back without the log file. This took care of it....
March 2, 2014 at 9:25 pm
Can I do this when db is online?
March 2, 2014 at 4:15 pm
How? I tried to issue
ALTER DATABASE MyDB
SET SINGLE_USER WITH ROLLBACK IMMEDIATE
Its giving me following error message.
Nonqualified transactions are being rolled back. Estimated rollback completion: 100%.
Msg 5069, Level 16,...
March 2, 2014 at 3:10 pm
Its a IBM third party tool CDC that replicates data from ERP to SQL server. I tried to one of the method listed in SSC.com. Detach, and reattach without the...
March 2, 2014 at 2:55 pm
Does this also carry over the appropriate permissions on the dbs?
January 20, 2014 at 10:41 am
For new packages and old packages; package will reside in MSDB. I am trying to avoid RDP access to users to logon to server and deploy that way. I haven't...
January 20, 2014 at 8:22 am
Viewing 15 posts - 91 through 105 (of 295 total)