COLLECTION

Macro Perspective, Micro Improvement

  • Home
  • Mobile App
    • Overall
      • Architecture
      • UI/UX
      • Dev Environment
      • Hardware features
      • Security
      • Miscellaneous requirements
    • React Native
      • Micro Frontend in RN
    • Android
    • iOS
    • Cordova
  • Web App
  • Database
  • Server
  • Books & Magazine
  • Labs
    • Algorithm
    • APIs
    • Flir SDK
    • AI
    • Flutter
No Image

SQL Server: Debug – Why does query statement fail when there is only one record being added to reference table?

September 21, 2017 hung-nb 0

Because the query statement is too long, so the next added record may corrupt the query Because the reference table number is limited at 256 […]

No Image

SQL Server: Debug – Why can’t I find a stored procedure by SQL Profiler?

September 21, 2017 hung-nb 0

Because that stored procedure is executed inside a stored procedure. Stored procedure executed inside a stored procedure is not hit by SQL profiler (?) Because that […]

No Image

SQL Server: Debug – How to check temporary table created by INSERT INTO?

September 21, 2017 hung-nb 0

Get the table structure by [sql]exec tempdb..sp_help ‘#tempTableName'[/sql]

No Image

Cloud Hosting: Is AWS the best choice?

September 21, 2017 hung-nb 0
No Image

React Native: How to store data into the local storage of the application?

September 20, 2017 hung-nb 0

Use Realm How to see Realm database Install Realm Browser How to know my Realm file path [js] let YourRealmDB = new Realm({schema: [YourSchema]}); console.log(‘YourRealmDB […]

No Image

ASP.NET: C# – How to re-arrange rows in a DataTable?

September 20, 2017 hung-nb 0

[c] … DataView view = dataTable.DefaultView; // dataTable has [Column 1], [Column 2], [Column X], [Column Y] view.Sort = “[Column 1] DESC, [Column 2] DESC”; […]

No Image

SQL Server: How to trace down database activities?

September 20, 2017 hung-nb 0

Create trigger to log activities Record actions happening on CREATE/ALTER/DELETE stored proc Create table to save actions happening [sql] CREATE TABLE dbo.ProcedureChanges ( EventDate DATETIME […]

No Image

ASP.NET: How does ASP.NET Ajax work?

September 20, 2017 hung-nb 0

SYS namespace SYS namespace represents the root namespace for the Microsoft Ajax Library. Sys is not a server side namespace. ASP.NET Ajax registers its clientside […]

No Image

SQL Server: How to use SQL Server Profile

September 20, 2017 hung-nb 0

How to trace which stored procedures are called Open “Trace Properties” window Select “Event Selection” tab Check “Show all events”, “Show all columns” tab Check […]

No Image

Windows Service – Error: “Service on Local Computer started and then stopped”

September 20, 2017 hung-nb 0

Error message meaning [html] This means code is throwing an unhandled exception. [/html] Debug Event Viewer -> Windows Logs -> Application [html]Login failed for user […]

Posts pagination

« 1 … 30 31 32 … 38 »

Categories

  • AI
  • Books & Magazine
  • Labs
  • Languages
    • English
    • Japanese
  • NodeJs
  • Overall
    • Architecture
    • Dev Environment
    • Miscellaneous requirements
    • Security
    • UI/UX
  • Software Development
    • Algorithm
    • Android
    • APIs
    • AWS
    • Cordova
    • Database
    • Flir SDK
    • Flutter
    • Google Cloud Services
    • iOS
    • Javascript
    • jQuery
    • Mobile App
      • Scenarios
    • MSQL
    • React JS
    • React Native
      • Micro Frontend in RN
    • Server
    • Testing
    • Tools
    • Web App
    • Xamarin
  • Uncategorized
December 2025
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
293031  
« Oct    

Copyright © 2025 | WordPress Theme by MH Themes