1
vote
3answers
32 views
Troubles formatting if statements in SQL
I've created the following sql statement, every thing in $() is a variable (comes from the module we're using on our site so $(varname) is the right format in this case, not @varna …
6
votes
2answers
59 views
Import huge XML data (> 1Gb) into SQL Server 2008 daily
Dear all:
I have encountered a problem that I need to import a huge XML (> 1Gb) into SQL Server 2008 daily. What I have now is a sample XML file and the XML schema of it. The XML …
0
votes
2answers
13 views
Advantages of using SSIS packages over stored procedures?
If I can do the required ETL requirements using stored procedures, any advantages of using SSIS packages instead? My ETL stuff is nothing major.
I feel like using an old technolog …
0
votes
0answers
11 views
What sql database role must a user have to use a MS Access project file
Today i tried changing a users role from db owner to db data reader and db data writer. This user uses an Access ADP file, to edit, add and delete records from a few tables in the …
2
votes
3answers
57 views
SQL: Deleting duplicate records in SQL Server
hi!
I have an sql server database, that I pre-loaded with a ton of rows of data.
Unfortunately, there is no primary key in the database, and there is now duplicate information in …
1
vote
1answer
43 views
SQL Server BETWEEN not as efficient
I recall hearing or reading somewhere that
SELECT * from TABLE where date >= '2009-01-01' AND date <= '2009-12-31'
is more efficient than
SELECT * from TABLE where date B …
1
vote
4answers
38 views
Calculate fiscal year in SQL Server
How would you calculate the fiscal year from a date field in a view in SQL Server?
2
votes
4answers
60 views
Help optimize this query with a huge IN statement
I have an insert that uses a condition checking for a NOT IN. There are about 230k rows in the NOT IN subquery.
INSERT INTO Validate.ItemError (ItemId, ErrorId, DateCreated)
(
…
0
votes
6answers
48 views
How to calculate difference in hours (decimal) between two dates in SQL Server?
I have to calculate the difference in hours (decimal type) between two dates in SQL Server 2008.
I couldn't find any useful technique to convert datetime to decimal with 'CONVERT' …
0
votes
2answers
24 views
Difference b/w connecting to SQL Server from ASP.net and Desktop application?
-What is difference between connection to SQL Server from ASP.net and Desktop application?
Why purchasing a Client Access License (CAL) for every device that accesses your server …
0
votes
3answers
38 views
C# Sync MS Access database to sql server
I am trying to set up a synchronization routine in C# to send data from a ms access database to a sql server. MS Access is not my choice it's just the way it is.
I am able to que …
0
votes
3answers
57 views
Big Table Advice (mssql)
Hey all,
I'm experiencing massive slowness when accessing one of my tables and I need some re-factoring advice. Sorry if this is not the correct area for this sort of thing.
I'm …
0
votes
3answers
32 views
c#/sql-server, trying to get data to two ddl’s from two tables…in one sqlDataReder
Hi all,
Well, i am tring to do something nice (nice for me, simple for you guys), i was told i can do it, but i have no idea where to start.
I have two DDL's in a page, i need on …
0
votes
3answers
52 views
Best way to extract date from SQL Datetime field in C#.Net?
What is the best way to extract date from SQL Datetime field in C#.Net?
0
votes
3answers
32 views
Moving client data from one database to a new one.
Our application architecture allows us to host multiple clients in a single database, and also host multiple databases. This allows us to scale out by distributing clients across …

