Search the web
Sign In
New User? Sign Up
sqlcon
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1238 - 1267 of 6519   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1238
Hi All, Has anyone applied SQL Server SP4 and demonstrated the AWE problem, then applied the hotfix and seen the AWE problem corrected? Regards, Swamy...
Sirigineedi, Narayana...
snarayanas
Offline Send Email
Aug 1, 2005
1:33 pm
1239
It doesnt work perfectly fine we applied it in UAT , But unfortunately it is still giving AWE Errors.We have launched a BUG with PSS team at Microsoft and...
veer wangoo
vwangoo
Offline Send Email
Aug 1, 2005
3:57 pm
1240
Hi, Microsoft has specified an hotfix for the AWE problem. I think its KB899761 if I am not wrong. We have applied it and we did not find any problem till now....
Santhosh
san_spy
Offline Send Email
Aug 2, 2005
2:04 am
1241
I need your help! Please help me __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection...
madushala
madushaladream
Offline Send Email
Aug 2, 2005
2:26 pm
1242
I need Help. Please help me ... Start your day with Yahoo! - make it your home page...
madushala
madushaladream
Offline Send Email
Aug 2, 2005
2:27 pm
1243
hi guys I have created new users with specific permissions to create table or read permission.Now that a user create a table it will be created in his...
vjsekars
Offline Send Email
Aug 2, 2005
2:27 pm
1244
Hi Vijay, The default user of the database is dbo. So when u try to access any table then it will try to search in that context. If you are creating a table as...
Santhosh
san_spy
Offline Send Email
Aug 2, 2005
4:12 pm
1245
help on what? if that is too urgent then press F1 ... ____________________________________________________ Start your day with Yahoo! - make it your home page ...
Santhosh
san_spy
Offline Send Email
Aug 2, 2005
4:13 pm
1246
Of late we were facing quite a huge numebr of IO problems and we used this utility Any one interested can go through this article ...
veer
vwangoo
Offline Send Email
Aug 2, 2005
5:59 pm
1247
Hi Viswanath, I too agree that when it comes to performance issue, the method you have suggested will be a better approach. But when it comes to backup or...
Sujoy
sujoykrdas
Offline Send Email
Aug 4, 2005
3:12 am
1248
Hi all I am using sp_executesql sp. I am getting the following error Msg 15151, Level 16, State 1, Line 1 Cannot find the user '@Name_p', Please help me on...
VK
vijaykrishna...
Offline Send Email
Aug 4, 2005
2:32 pm
1249
Hi all I am having some problem with executesql. Please have a look at the SP I created. While executing this SP in sql 2005 I am having the following error ...
vijaykrishnabodi
vijaykrishna...
Offline Send Email
Aug 4, 2005
2:32 pm
1250
Hi First of all, if possible, try not to stored images and other binary files in the SQL Server tables, as they slow things down. Instead, store a link (file...
NandaKishore
nandakishoren
Offline Send Email
Aug 4, 2005
2:32 pm
1251
Hi Vijay, Why don't you try this SET @InsertString = N'grant execute on temp_del to ' + @Name_p hth - Mei vijaykrishnabodi <vijaykrishnabodi@...> wrote: ...
Meiyalagan.B
softalagan
Offline Send Email
Aug 4, 2005
3:55 pm
1252
try out the folowing ... CREATE PROCEDURE GrantExe_TempDel @Name varchar(500) AS DECLARE @InsertString NVARCHAR(500) SET @InsertString = 'grant execute on...
das ranga
granga_das
Offline Send Email
Aug 4, 2005
5:31 pm
1253
Directory backups.Delete images when records are deleted.. ... you have suggested will be a better approach. ... too should be taken as backups. One finds...
VISHNAT
Offline Send Email
Aug 5, 2005
12:44 am
1254
Hi, I have checked a procedure performance on Application prog and Query analyzer. I have seen both have different CPU timing, duration timing and read data on...
harsh kumar
harshism
Offline Send Email
Aug 5, 2005
10:02 am
1255
Hi, We can construct dynamic SQL queries with parameters. See the modified SP here CREATE PROCEDURE GrantExe_TempDel @Name varchar(500) AS DECLARE...
Ramesh Karnati
karnati_in
Offline Send Email
Aug 5, 2005
10:02 am
1256
Hi, Yes, SQL Server caches the queries and their e-plan (Execute plan). If I am correct, you might have execute the SP before you take these metrics. Group:...
Ramesh Karnati
karnati_in
Offline Send Email
Aug 6, 2005
6:26 pm
1257
Hi Vishwanath, Fine I too appreciate your idea. I am working for one of the leading banks and there are 29,000 employees on role and 1000 consultants. All the...
Sujoy
sujoykrdas
Offline Send Email
Aug 6, 2005
6:26 pm
1258
Sujoy The advantage i see in maintaining in folders is with regards to maintainability of databases.the databases maintainance is going to be simple and...
VISHNAT
Offline Send Email
Aug 6, 2005
6:50 pm
1259
Hi All, This is to inform you all that, I had lost my money sum of (cash) 21,100/- inside my cabin at MS campus on Saturday (06.08.2005). Immediately I had...
lakshmi chanemougam
luxmi23
Offline Send Email
Aug 8, 2005
9:57 pm
1260
Hi, How i can resolved this issue.This case only happen when network load increase. Microsoft OLE DB Provider for SQL Server error '80004005' ...
harsh kumar
harshism
Offline Send Email
Aug 9, 2005
5:03 pm
1261
Hi All I have situation where I need to optimize disks space in order to install database. Space should be include for regular database backup and log...
sqlindia
Offline Send Email
Aug 9, 2005
5:03 pm
1262
Hi, I have seen lots of audit login failed by HOST Name Server in my sql server . How i can checked such unathorished user How to trap his IP to take further...
harsh kumar
harshism
Offline Send Email
Aug 9, 2005
5:04 pm
1263
Hi, I need the difference between Replication,Restoring & Backup. Pls explain this concepts with a suitable examples. with regards & thanks Uday....
udhays21
Offline Send Email
Aug 10, 2005
7:34 am
1264
Hi,, THis is like Homework Questions. Look into BOL for more information CHetan...
Chetan Jain
chetanjr_in
Offline Send Email
Aug 10, 2005
7:19 pm
1265
Hi Uday , These all are vast topics and i suggest you to please to sysrt with beginners tutorials and books.. Though i can give you a small example : Suppose...
manish singhal
manish_hce
Offline Send Email
Aug 10, 2005
7:19 pm
1266
Hi Udhay, Replication - Its nothing but creating the replica of a database in another server. The data will be moved from the one database to another.At any...
Santhosh
san_spy
Offline Send Email
Aug 10, 2005
7:19 pm
1267
Hi, I have the data in table like the following: Name Column1 Column2 Column3 ... Malli C1 C2 C3 Visu - C12 C13 Abc -...
Malli
mallikarjun_r
Offline Send Email
Aug 10, 2005
7:19 pm
Messages 1238 - 1267 of 6519   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help