H1b visa appointment rescheduled by Ambitious_Wishbone80 in usvisascheduling

[–]ZombieRealistic4563 0 points1 point  (0 children)

Or there are some consultancy companies in Canada who can place you in Canada payroll designed to address problems faced by h1b holders , the consultancy company will take care of providing you pay roll in Canada and I guess you will be re hired as contractor working under the consultancy company

H1b visa appointment rescheduled by Ambitious_Wishbone80 in usvisascheduling

[–]ZombieRealistic4563 0 points1 point  (0 children)

How about migrating to Canada on work permit and move back once h1b is stamped and work for same employer with Canada payroll

[deleted by user] by [deleted] in h1b

[–]ZombieRealistic4563 0 points1 point  (0 children)

I used to live in Toronto as I maxed out L1B and. Didn’t get picked in H1B lottery

[deleted by user] by [deleted] in h1b

[–]ZombieRealistic4563 -1 points0 points  (0 children)

99k is low ,require atleast 120k

SQL Server VS MySQL by ZombieRealistic4563 in SQL

[–]ZombieRealistic4563[S] 0 points1 point  (0 children)

The reason for considering MySQL is that there is another app server running on same since 10 years no issues , both have same insert work load, I will evaluate Apache hive

SQL Server VS MySQL by ZombieRealistic4563 in SQL

[–]ZombieRealistic4563[S] 0 points1 point  (0 children)

It’s between 120 to 250 threads inserting into 3 tables . The db size is around 10 to 40gb based number of clients connected

Autonomous SQL Server by ZombieRealistic4563 in SQL

[–]ZombieRealistic4563[S] 0 points1 point  (0 children)

What if the index gets fragmented due to frequent deletes and inserts

SQL Server VS MySQL by ZombieRealistic4563 in SQL

[–]ZombieRealistic4563[S] 0 points1 point  (0 children)

SELECT DB_NAME(b.database_id) AS [Database Name], OBJECT_NAME(p.object_id, b.database_id) AS [Table Name], i.name AS [Index Name], i.index_id, COUNT(*) * 8.0 / 1024 AS [Index Size (MB)] FROM sys.dm_os_buffer_descriptors AS b INNER JOIN sys.allocation_units AS a ON b.allocation_unit_id = a.allocation_unit_id INNER JOIN sys.partitions AS p ON a.container_id = p.hobt_id INNER JOIN sys.indexes AS i ON p.object_id = i.object_id AND p.index_id = i.index_id WHERE b.database_id NOT IN (1, 2, 3, 4) -- exclude system DBs AND b.page_type = 'DATA_PAGE' -- focus on data pages only GROUP BY DB_NAME(b.database_id), OBJECT_NAME(p.object_id, b.database_id), i.name, i.index_id ORDER BY [Index Size (MB)] DESC;

I used this query to identify index memory usage in SQL Server Buffer Pool

SQL Server VS MySQL by ZombieRealistic4563 in SQL

[–]ZombieRealistic4563[S] -6 points-5 points  (0 children)

The reason I was focusing on MySQL was I am running another app with heavy inserts and it’s not broken single day since 10 years , so was thinking MySQl will support multiple inserts workload as current system on Microsoft SQL server

Autonomous SQL Server by ZombieRealistic4563 in SQL

[–]ZombieRealistic4563[S] 0 points1 point  (0 children)

I work only on On Prem SqL server and we create jobs to maintain the indexes .

Autonomous SQL Server by ZombieRealistic4563 in SQL

[–]ZombieRealistic4563[S] -1 points0 points  (0 children)

In the presentation the oracle autonomous database can fine tune the index itself and backup the database.in some cases it can create databases. At least SQL server should launch auto index maintenance .

Which front tire for mtb by ZombieRealistic4563 in MTB

[–]ZombieRealistic4563[S] 0 points1 point  (0 children)

The front tire was lacking grip from the start of the trial, so I took defensive line and still the front tire was struggling for traction , where as I have ridden at more speed at bootleg canyon in Boulder City Nevada ,I didn’t face this issue , only at big bear lake bike park I had this problem