Viewing 15 posts - 151 through 165 (of 183 total)
For a much more easier way of backing up the databases, you can use SQL Backup, this is a good third party application, which allows you to also encrypt the...
February 12, 2008 at 2:56 am
Thanks
Figured it out and used the following syntax:
select Name, pwdcompare(name, password_hash) as Same_As_Login_Name from sys.sql_logins;
February 12, 2008 at 2:47 am
Hello
I got the result i wanted quite alright, but the result appeared with three different grids, in which it will be hard for me to use a report.
Any...
February 8, 2008 at 7:28 pm
Am getting the same problem, where it says that the backup file can not be accessed as it is been used by another process.....does anyone know how i can find...
February 7, 2008 at 3:49 am
I have also tried to use
select sum(total)as Total_of_All_Tables
from table_a
union
select sum(total)as Total_of_All_Tables
from table_b
union
select sum(total)as Total_of_All_Tables
from table_c
union
select sum(total)as Total_of_All_Tables
from table_d
but need to the table names to be displayed
January 13, 2008 at 12:36 pm
Thanks very much
The distance will be based on the user input from the search option on the front end application
I also get this error message
Msg 111, Level 15, State 1,...
January 7, 2008 at 3:47 am
This is what I have done so far, and if you see its the declaration of variables am problems with.
use master
create database test
use test
create table company
(company_id int, company_name varchar...
January 7, 2008 at 1:41 am
Hello Jeff
Am a novice when it comes to stored procedures and i really need guidance, in creating this stored procedure that will include functions.
Any assistance is highly appreciated to help...
January 5, 2008 at 12:21 pm
Ran the script on 2K, and got the following error msg:
Server: Msg 170, Level 15, State 1, Line 6
Line 6: Incorrect syntax near '0'.
Server: Msg 103, Level 15, State 1,...
December 8, 2007 at 7:07 pm
I got the following error msg:
Msg 102, Level 15, State 1, Line 6
Incorrect syntax near '0'.
Msg 103, Level 15, State 4, Line 11
The identifier that starts with 'AdventureWorksSELECTAdventureWorksDBNameAdventureWorksAdventureWorksAdventureWorksAdventureWorksAdventureWorksAdventureWorksAdve' is too...
December 8, 2007 at 6:47 pm
What do you mean by DECLARE@db_name, and how can i get this thing sorted out?
December 8, 2007 at 1:09 pm
Ran that script you posted and i got the following error messages:
Msg 170, Level 15, State 1, Line 6
Line 6: Incorrect syntax near '0'.
Msg 103, Level 15, State 7, Line...
December 8, 2007 at 1:02 pm
Hello am running this script and am getting this error message:
Msg 137, Level 15, State 2, Line 10
Must declare the scalar variable "@db_name".
trying to figure out where am going wrong?
/*
**********************************************************************
*...
December 6, 2007 at 6:07 am
Viewing 15 posts - 151 through 165 (of 183 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy