1
vote
2answers
27 views
Finding Day in T-SQL
Hi, Please let me know how can I find if it is Sunday on given Date?
EDIT:
From answers another thing comes to my mind: How to find what is first day of week?
0
votes
1answer
7 views
How i can create full index search on multi column pk
I need create full index search on table with multi columns as pk
0
votes
1answer
12 views
Linq failing to connect… or is it?
I have a web-application which is reciving the following while trying to connect to a database hosted on another server.
A network-related or instance-specific error occurred while establishing a …
0
votes
3answers
76 views
Run SQL statements from ASP.net application
I need to run sql statements from the application itself. i.e. the user can go into the asp.net applciation, gets a box and can run sql statements from there
I am already doing something like this
…
0
votes
0answers
6 views
Scripting through SMO
Hi,
Is it possible to run a script using Microsoft.SqlServer.Management.Smo?
I am able to generate script using the Microsoft.SqlServer.Management.Smo.Scripter class. I would like to edit it and run …
0
votes
1answer
9 views
Copying database objects using SMO
Hi,
I am trying to copy table, indexes, keys, views and functions in SQL 2005. Any idea how I could do so using SqlServer.Management.Smo?
The user will specify the object names to be copied and the …
0
votes
1answer
20 views
SSIS Package failing with New structure of Flatfile
Hi
SSIS package is just importing from txt file to sql database. when we made the package were using old file and its executing fine.the old source file got (10 columns)
the new source file got 15 …
