Viewing 15 posts - 5,716 through 5,730 (of 9,253 total)
chumphrey 12211 (4/12/2012)
SELECT NAME FROM sysusers WHERE issqluser = 1 and (sid is not null and sid <> 0x01) and suser_sname(sid) is NOT null ORDER BY name
Firstly, use the catalog...
April 13, 2012 at 6:23 am
Are you wanting to remove the server level login or the server login and the database user?
April 12, 2012 at 1:41 pm
Always On in 2012 works the same, one full backup and restore followed by at least one t-log backup and restore. More importantly bear in mind this scenario
full backup at...
April 12, 2012 at 1:38 pm
Greg.Jackson (4/12/2012)
April 12, 2012 at 1:31 pm
a quick through the DMVs would have been helpful but to late now
April 12, 2012 at 10:41 am
Thinky Night (4/12/2012)
New question:
Can i see all pages in a database with a command like DBCC IND?
OR
How...
April 12, 2012 at 10:38 am
tt-615680 (4/12/2012)
This is part of the stored procedure:
........................
...................
CREATE TABLE Data
(
Total_TY decimal(10,2), --this is where is gives the error
Total_LY decimal(10,2),
variance decimal(10,2)
)
INSERT INTO #Data
SELECT
CASE WHEN ISNULL(ISNULL(Total_TY,0)/ISNULL(Total_LY,1), 0)...
April 12, 2012 at 10:23 am
Greg.Jackson (4/12/2012)
I have an Enterprise Class database (SQL Server 2008 R2) that I perform Index Maintenance on nightly (non peak hours using...
April 12, 2012 at 10:12 am
can you post the table definition and the exact command you used to move the table?
April 11, 2012 at 10:48 am
jitendra.padhiyar (4/11/2012)
I setup mirroring and can see "Principal, Synchronized" status of Primary...
April 11, 2012 at 10:43 am
sqlfriends (4/11/2012)
Thank you, I don't see change DNS name in the steps.
When you rename the Windows computer it should change this for you and update the account in AD.
An...
April 11, 2012 at 9:43 am
beejug1983 (4/11/2012)
SELECT * FROM fn_my_permissions('sp_start_job', 'domain\ABC')
Even if I log on with other user who has...
April 11, 2012 at 8:15 am
sure, you just need to enable the database option
April 11, 2012 at 6:27 am
anthony.green (4/11/2012)
I was thinking of isolation levels at the connection level not at the database level.
You have to enable them at the database level to use them in the query.
For...
April 11, 2012 at 6:16 am
Viewing 15 posts - 5,716 through 5,730 (of 9,253 total)