Topics
Started by
Posts
Last post
Is it possible to rewrite this routine to be a single query, instead of a cursor. We take a daily …
2 replies
I am trying to import an Excel file (*.xlsx) into a SQL Server table using both SSIS and the "Impor…
15 replies
I have two tables. A lookup table that has a PK and various columns. Looks something like this: tbl…
7 replies
I have a simple query where I needed to see if a qty had decimal places. I was instructed to use fi…
2 replies
I am having an issue in which sp_getschemalock is running with a duration of >= 800ms any time I…
1 replies
I have the following tables: create table Cars ( CarID int, CarType varchar(50), PlateNo varchar(20…
4 replies
How to setup a monitoring where it throw an alert whenever a field data type value is about to reac…
4 replies
Dear Group: We get a daily push from other systems into our SQL Server for us to do reporting again…
2 replies
Hi, I required duplicate values in the below table For e.g staff date 10192 first record To date i…
2 replies
Hi , I wrote a stored proc where I need to evaluate a bit flag and if true append "NOT IN" clause. …
4 replies
Hi, I wanted to do insert data from file into table without SSIS using select query instead of tabl…
10 replies
Hi, I have a sample data and table as: Field0Field1Field2Field3Field4Field5 1000Text1Text2T…
4 replies
as I'm not clear how to use bcp and bulk insert in the following cases, could you please give me an…
1 replies
Could you please me how checksum work in the SQL statement ? below is an example. SELECT * FROM Ta…
7 replies
I have a very simple query: SELECT AkcesAutoID FROM ( SELECT P.AkcesAutoID, A.AkcesitPred, A.…
22 replies
Viewing 15 topics - 196 through 210 (of 3,067 total)
You must be logged in to create new topics.