Forum: MS SQL 4 Days Ago |
| Replies: 0 Views: 174 I get the following message when executing a stored procedure.
The query has exceeded the maximum number of result sets that can be displayed in the results grid. Only the first 100 result sets... |
Forum: MS SQL Sep 11th, 2009 |
| Replies: 5 Views: 1,009 well it just bounces ...
No error...
however the backup file is 0 bytes |
Forum: MS SQL Sep 11th, 2009 |
| Replies: 5 Views: 1,009 Hi my friend , i have that .
/// <summary>
/// Backups are done here
/// </summary>
#region Backup Methods
#region Full Backup method
void... |
Forum: MS SQL Sep 11th, 2009 |
| Replies: 5 Views: 1,009 :'( Hello everyone,
i wrote an application that makes database backups and zips them.
Can anyone please tell me what i need to do in order to get the apllication to work on IIS 6 windows server... |
Forum: MS SQL Feb 24th, 2009 |
| Replies: 2 Views: 720 what exactly is a 'Database Schema' ?? and how can i make one ?? |
Forum: MS SQL Dec 17th, 2008 |
| Replies: 2 Views: 448 SELECT FILEGROUP_NAME(1) AS [Filegroup_Name];
This works cool and all , but i want all the stuff to display in one listbox .... |
Forum: MS SQL Dec 17th, 2008 |
| Replies: 2 Views: 448 hey there lovely people, i am trying to make an application that makes database backups, now obviously i need to add the file / filegroup backup option too , which is not a problem except for this... |
Forum: MS SQL Dec 12th, 2008 |
| Replies: 1 Views: 421 ok the error was found in the accountNumber columns, thanks anyway |
Forum: MS SQL Dec 12th, 2008 |
| Replies: 1 Views: 421 Hey there, i really want to break my pc by now
can anyone tell me how to get around this ??
I just want to update the new database here
USE NGCOLLECT
GO |
Forum: MS SQL Dec 11th, 2008 |
| Replies: 1 Views: 1,111 Hey hey
I have two tables with a lot of data, i need to insert certain column values from table one into table two - eg
Table one column = First_Name
Table two column = Name
I need to get... |
Forum: MS SQL Dec 10th, 2008 |
| Replies: 2 Views: 3,377 Hi , I have 2 columns named
1. Tel_H
2. Tel_H_Code
How can i merge these two columns to make them one ??
I am clueless here...The best i can do is to view them as one |
Forum: MS SQL Dec 5th, 2008 |
| Replies: 1 Views: 1,848 Oh cool this seems to work
SELECT name
FROM master.dbo.sysdatabases
WHERE name NOT IN ('master','model','msdb','tempdb') |
Forum: MS SQL Dec 5th, 2008 |
| Replies: 1 Views: 1,848 Hey can anyone give me the query to retrieve a list of databases on a server rather than this query
SELECT NAME FROM sysobjects
which gives me a list of tables ????
Thank you |