| Thread | Last Post | Replies |
|
| Output file | 31 Jul 2008 18:42 GMT | 3 |
I have an osql statement that queries a database. If the query returns any rows I want them written to a file, so I redirected the output of my osql statement to a file (results.txt). But if there are no rows that comply with the condition of the query I do not want any files
|
| printout of effective access rights for all users and groups for a | 31 Jul 2008 05:47 GMT | 1 |
Hello everyone Within each database there is an icon called users, within that user containner , you can see users has different permission for that database. Is it possible to display a list of effective access rights for all users
|
| Script to Change FK Property NotForReplication across many Foreign | 29 Jul 2008 23:18 GMT | - |
I am trying to change setting ”NotForreplication” across all FKs. However so far the only option is to drop each FK by name and recreate it. I was looking to create a script that goes through all FK and does the change. I am running SQL 2000, however in SQL 2005 I found ...
|
| Script to Change FK Property NotForReplication across many Foreign | 29 Jul 2008 23:18 GMT | - |
I am trying to change setting ”NotForreplication” across all FKs. However so far the only option is to drop each FK by name and recreate it. I was looking to create a script that goes through all FK and does the change. I am running SQL 2000, however in SQL 2005 I found ...
|
| Running a Update query based on information from Insert Query | 24 Jul 2008 21:24 GMT | 1 |
I am trying to setup a script where I run an insert query to insert information into a table. The first part I have down pat as far as the Insert, where I'm having difficulties is that the information is coming from an outside source and the
|
| SQL Server 2005 on 2 CPUs | 09 Jul 2008 18:34 GMT | 1 |
Is there a way that I would be able to know that the 2 CPUs in my SQL Server 2005 are both utilized? Thanks in advance!
|
| Warning: cannot write logfile | 09 Jul 2008 15:38 GMT | 2 |
I am scheduling a simple job to run a query. I want the result of that query written to a text file. When I am scheduling the job, in the step section I am creating a step of type "Transact-SQL Script (TSQL)" where I define the query. In the advanced
|
| datetime comparison broken??? | 08 Jul 2008 01:11 GMT | 1 |
I've spent a few hours researching the datetime comparison, and from what I understand, what I'm doing *should* be working... any help is GREATLY appreciated. I have a table that stores a column (EventDateTime) in the datetime format.
|
| Producing data from querying three tables | 05 Jul 2008 21:15 GMT | 1 |
I'm trying to run a query that produces data from three tables, in essence these are Location, Category and BannerPeriod, They all have a secondary key of SiteID and are linked by this, really there are two stages to this query, Stage 1 produce a complete combination of all ...
|