Tagged Questions

2
votes
2answers
53 views

sql server questions

i have one question. I have a accttype (varchar) field in t_data table. I have different length acct numbers in that field. like few are 15 digit and few are 13 digit. I just want …
1
vote
1answer
31 views

Load repetitively-named XML nodes using Linq [C#]

Hello, I'm working on a program that needs to be able to load object-properties from an XML file. These properties are configurable by the user and XML makes sense to me to use. …
2
votes
4answers
88 views

Can I do it only with SQL Queries or do I need a stored procedure?

Hi guys. I came across with a problem in which I need some advice/help. Background: I'm programming a map in an accounting software which requires special formatting and a tree-l …
1
vote
5answers
149 views

Is my project open-source if i use .NET langauges ?

I know VB.NET and i want to develop a program. Which i think later will be open-source if i fail to keep updating it. My question is : Is it possible to build open-source project b …
0
votes
3answers
79 views

Changing stored procedure

I have a proc that print checks if there is any new checks to be print. If there is nothing to issue new checks it wont print any. Now i want to modify this proc like even if i do …
0
votes
1answer
24 views

how to erase sql quries from ActiveRecord::Base.logger

Hi All, I'm developing an application using Ruby on Rails. I would like to erase old queries in the ActiveRecord::Base.logger object every time when i call a new action, essentia …
0
votes
2answers
35 views

Refactoring in Access Queries

so I have inherited an Access DB with different naming conventions applied to tables. It hurts my eyes, and I want to refactor. Code isn't a problem, but what about SQL embedded in …
2
votes
2answers
65 views

Workaround for LINQ to SQL Entity Identity Caching and Compiled Query Bug?

I've come across what appears to be a bug in linq to sql where identity caching does not work when performing primary key queries inside of a compiled query. I wrote the following …
1
vote
4answers
2k views

Parameterized Queries (C#, Oracle): How to produce a more readable representation?

I am using parameterized queries in my C# code to interact with an Oracle database. What can I do to log the statements in a more readable fashion? Suppose I have a parameterized …
1
vote
2answers
75 views

MySQL - fetching random rows from a table [closed]

Possible Duplicate: What is the best way to pick a random row from a table in MySQL? Disclaimer: I didn't design this database structure. Table structure for items: id …
1
vote
5answers
92 views

SQL, How to query with multiple foreign keys in a table?

Hi there I have a projects table which has two foreign keys for users (user_id and winner_user_id), one for the owner of the project and one for the winner of the project. Someth …
0
votes
2answers
66 views

DataContext.Log equivalent in Entity Framerwork?

In Link-2-SQL, I can use the DataContext.Log property to see the exact queries that are getting thrown to SQL Server. Is there an equivalent to this in Entity Framework? Thanks D …
1
vote
2answers
77 views

JDBC: Is it possible to execute another query on the results of a previous query?

I want to first get some result set (that includes two joins and selection), and then get the maximum value for one of the columns in the result set. I need both the data in the or …
0
votes
1answer
54 views

performance of parameterized queries for different db’s

A lot of people know that it is important to use parameterized queries to prevent sql injection attacks. Parameterized queries are also much faster in sqlite and oracle when doin …
1
vote
1answer
21 views

Subfolders under Queries in SQL Server 2008 Solution

Can you add subfolders under Queries in SQL Server 2008 Solution? There are large number of query files and it is getting unmanageable.

1 2 3 next
15 30 50 per page