Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
SQL injection
--Sql Server 2014 Express Edition --Batches are separated by 'go' select @@version as 'sql server version' txtUserId = getRequestString("UserId"); sql = "SELECT * FROM Customers WHERE CustomerId = @0"; command = new SqlCommand(sql); command.Parameters.AddWithValue("@0",txtUserID); command.ExecuteReader();
run
|
edit
|
history
|
help
0
sql
#Temp table Collation fixed
Assignment 1
Time packing with joins
exp7
dbray
Find effective count of employees within date range for each calendar week
La Project
Show slowest queries
Transaction Test