Viewing 15 posts - 31 through 45 (of 47 total)
Hi,
SqlPackage.exe is used for apply dacpck and dacpac is applied successfully and have done new data modifications.
I want rollback all changes (new tabels , new procedures etc.)...
January 26, 2018 at 12:43 am
Hi
any other method for rollback dacpac applied.
January 25, 2018 at 11:06 pm
Hi,
Anybody have any idea about dcapac rollback
Regards
Binu
January 25, 2018 at 8:09 am
Hi,
Below is output
SoftwareVersionMajor SoftwareVersionMinor SoftwareVersionBuild
13 0 ...
September 15, 2017 at 9:59 am
Hi,
index have created other tables without issue,
have to check about network latency
Regards
binu
August 23, 2017 at 12:25 pm
Hi Jason,
Index is created from another machine.
Not killed the statement.
Cancelled query from ssms.
checked index creation in ideal time, but not completed execution.
Issue in client...
August 23, 2017 at 11:51 am
wait type is always SOS_SCHEDULER_YIELD
below is output from dm_exec_requests
session_id RunTime start_time total_elapsed_time
51 2017-08-23 18:53:34.987 2017-08-23 18:51:57.033 97950
table...
August 23, 2017 at 10:15 am
Hi Jaison,
Below query is blank output
select * from sys.indexes where name ='IDX_POSITION_ID_FROM_DATE_TO_DATE'
Regards
Binu
August 23, 2017 at 8:26 am
Hi John,
below is full output.
output is taken when executing the query
session_id host_name program_name client_interface_name login_name session_status database_name request_status command wait_type wait_sec last_wait_type wait_resource blocking_session_id blocking_host blocking_program blocking_login transaction_id open_transaction_count cpu_sec total_elapsed_sec start_time reads writes logical_reads isol_level object_name sql_handle plan_handle text
51 MSCSMCY-SHIPMAT Microsoft SQL Server Management Studio - Query .Net SqlClient Data Provider Administrator running SHIPMATE_1 runnable CREATE INDEX NULL 0.000000 SOS_SCHEDULER_YIELD 0 NULL NULL NULL 163522173 1 587.649000 591.452000 2017-08-23 17:09:15.850 0 0 1567 Serializable NULL 0x01000C00F582920120D0D3DC0600000000000000000000000000000000000000000000000000000000000000 0x06000C00F5829201600BF8AE0600000001000000000000000000000000000000000000000000000000000000 CREATE NONCLUSTERED INDEX...
August 23, 2017 at 8:25 am
Hi,
as per below query there no wait type and blocking
/* running requests */
SELECT s.session_id, s.host_name, s.program_name, s.client_interface_name, s.login_name, s.status AS session_status,
db_name(er.database_id) AS database_name,...
August 21, 2017 at 9:47 pm
Hi Phil,
Another index have created for same table.
How can check blocking
Regards
Binu
August 21, 2017 at 10:19 am
Hi John,
how can identify wait type for the SPID
Binu
August 21, 2017 at 10:16 am
Hi All,
Any solution for below issue
Detailed message Unable to reconnect
to database: SQL Server detected a logical consistency-based I/O error: incorrect checksum (expected: 0xf3ffe274; actual: 0xf3fff274)....
June 26, 2017 at 9:05 am
Below message when run DBCC CHECKDB WITH NO_INFOMSGS
Msg 211, Level 23, State 255, Line 3
Corruption in database ID 43, object ID 60 possibly due to schema or catalog inconsistency....
June 23, 2017 at 8:31 am
Viewing 15 posts - 31 through 45 (of 47 total)